is not current version
Last Version 1.5.2.Final

org.mapstruct:mapstruct 1.2.0.Beta3


Categories

Categories

MapStruct General Purpose Libraries Bean Mapping
GroupId

GroupId

org.mapstruct
ArtifactId

ArtifactId

mapstruct
Version

Version

1.2.0.Beta3
Type

Type

jar

Download mapstruct 1.2.0.Beta3


<!-- https://jarcasting.com/artifacts/org.mapstruct/mapstruct/ -->
<dependency>
    <groupId>org.mapstruct</groupId>
    <artifactId>mapstruct</artifactId>
    <version>1.2.0.Beta3</version>
</dependency>
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation 'org.mapstruct:mapstruct:1.2.0.Beta3'
// https://jarcasting.com/artifacts/org.mapstruct/mapstruct/
implementation ("org.mapstruct:mapstruct:1.2.0.Beta3")
'org.mapstruct:mapstruct:jar:1.2.0.Beta3'
<dependency org="org.mapstruct" name="mapstruct" rev="1.2.0.Beta3">
  <artifact name="mapstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mapstruct', module='mapstruct', version='1.2.0.Beta3')
)
libraryDependencies += "org.mapstruct" % "mapstruct" % "1.2.0.Beta3"
[org.mapstruct/mapstruct "1.2.0.Beta3"]