| License |
License |
|---|---|
| Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping |
| GroupId | GroupIdorg.mapstruct |
| ArtifactId | ArtifactIdmapstruct |
| Last Version | Last Version1.5.2.Final |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMapStruct Core
An annotation processor for generating type-safe bean mappers
|
| Filename | Size |
|---|---|
| mapstruct-1.5.2.Final.pom | |
| mapstruct-1.5.2.Final.jar | 25 KB |
| mapstruct-1.5.2.Final-sources.jar | 50 KB |
| mapstruct-1.5.2.Final-javadoc.jar | 222 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct/ -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>1.5.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation 'org.mapstruct:mapstruct:1.5.2.Final'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation ("org.mapstruct:mapstruct:1.5.2.Final")
'org.mapstruct:mapstruct:jar:1.5.2.Final'
<dependency org="org.mapstruct" name="mapstruct" rev="1.5.2.Final">
<artifact name="mapstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct', version='1.5.2.Final')
)
libraryDependencies += "org.mapstruct" % "mapstruct" % "1.5.2.Final"
[org.mapstruct/mapstruct "1.5.2.Final"]