<dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>1.2.0.CR1</version> </dependency>
implementation 'org.mapstruct:mapstruct:1.2.0.CR1'
implementation("org.mapstruct:mapstruct:1.2.0.CR1")
libraryDependencies += "org.mapstruct" % "mapstruct" % "1.2.0.CR1"
@Grapes( @Grab(group='org.mapstruct', module='mapstruct', version='1.2.0.CR1') )
<dependency org="org.mapstruct" name="mapstruct" rev="1.2.0.CR1" />
[org.mapstruct/mapstruct "1.2.0.CR1"]
'org.mapstruct:mapstruct:jar:1.2.0.CR1'
<parent> <groupId>org.mapstruct</groupId> <artifactId>mapstruct-parent</artifactId> <version>1.2.0.CR1</version> </parent>
compile
|-- org.mapstruct:mapstruct-common
test
|-- junit:junit
|-- org.assertj:assertj-core