| License | License | 
|---|---|
| Categories | CategoriesMapStruct General Purpose Libraries Bean Mapping | 
| GroupId | GroupIdorg.mapstruct | 
| ArtifactId | ArtifactIdmapstruct-processor | 
| Last Version | Last Version1.5.2.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMapStruct Processor An annotation processor for generating type-safe bean mappers | 
<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct-processor/ -->
<dependency>
    <groupId>org.mapstruct</groupId>
    <artifactId>mapstruct-processor</artifactId>
    <version>1.5.2.Final</version>
</dependency>// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-processor/
implementation 'org.mapstruct:mapstruct-processor:1.5.2.Final'// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-processor/
implementation ("org.mapstruct:mapstruct-processor:1.5.2.Final")'org.mapstruct:mapstruct-processor:jar:1.5.2.Final'<dependency org="org.mapstruct" name="mapstruct-processor" rev="1.5.2.Final">
  <artifact name="mapstruct-processor" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mapstruct', module='mapstruct-processor', version='1.5.2.Final')
)libraryDependencies += "org.mapstruct" % "mapstruct-processor" % "1.5.2.Final"[org.mapstruct/mapstruct-processor "1.5.2.Final"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mapstruct : mapstruct | jar | 1.5.2.Final | 
| javax.xml.bind : jaxb-api Optional | jar | 2.3.1 | 
