License |
License |
---|---|
Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping |
GroupId | GroupIdorg.mapstruct |
ArtifactId | ArtifactIdmapstruct-jdk8 |
Last Version | Last Version1.5.2.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMapStruct Core JDK 8
Deprecated MapStruct artifact containing annotations to be used with JDK 8 and later -
Relocated to mapstruct
|
Filename | Size |
---|---|
mapstruct-jdk8-1.5.2.Final.pom | |
mapstruct-jdk8-1.5.2.Final.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct-jdk8/ -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>1.5.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-jdk8/
implementation 'org.mapstruct:mapstruct-jdk8:1.5.2.Final'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct-jdk8/
implementation ("org.mapstruct:mapstruct-jdk8:1.5.2.Final")
'org.mapstruct:mapstruct-jdk8:jar:1.5.2.Final'
<dependency org="org.mapstruct" name="mapstruct-jdk8" rev="1.5.2.Final">
<artifact name="mapstruct-jdk8" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct-jdk8', version='1.5.2.Final')
)
libraryDependencies += "org.mapstruct" % "mapstruct-jdk8" % "1.5.2.Final"
[org.mapstruct/mapstruct-jdk8 "1.5.2.Final"]