Categories |
CategoriesMapStruct General Purpose Libraries Bean Mapping |
---|---|
GroupId | GroupIdorg.mapstruct |
ArtifactId | ArtifactIdmapstruct |
Version | Version1.0.0.Beta4 |
Type | Typejar |
Filename | Size |
---|---|
mapstruct-1.0.0.Beta4.pom | |
mapstruct-1.0.0.Beta4.jar | 13 KB |
mapstruct-1.0.0.Beta4-sources.jar | 25 KB |
mapstruct-1.0.0.Beta4-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct/ -->
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
<version>1.0.0.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation 'org.mapstruct:mapstruct:1.0.0.Beta4'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation ("org.mapstruct:mapstruct:1.0.0.Beta4")
'org.mapstruct:mapstruct:jar:1.0.0.Beta4'
<dependency org="org.mapstruct" name="mapstruct" rev="1.0.0.Beta4">
<artifact name="mapstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct', version='1.0.0.Beta4')
)
libraryDependencies += "org.mapstruct" % "mapstruct" % "1.0.0.Beta4"
[org.mapstruct/mapstruct "1.0.0.Beta4"]