Annotation processor for generating type-safe bean mapper implementations at compile time.
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>1.6.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a mapper interface to convert Car to CarDto.
Add maven-compiler-plugin with annotationProcessorPaths including mapstruct-processor.
No dependency data recorded yet.