Files download
File Operation
mapstruct-1.6.0.RC1.jar download
mapstruct-1.6.0.RC1.pom download
mapstruct-1.6.0.RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mapstruct</groupId>
  <artifactId>mapstruct</artifactId>
  <version>1.6.0.RC1</version>
</dependency>
Gradle Groovy
implementation 'org.mapstruct:mapstruct:1.6.0.RC1'
Gradle Kotlin
implementation("org.mapstruct:mapstruct:1.6.0.RC1")
Scala SBT
libraryDependencies += "org.mapstruct" % "mapstruct" % "1.6.0.RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.mapstruct', module='mapstruct', version='1.6.0.RC1')
)
Apache Ivy
<dependency org="org.mapstruct" name="mapstruct" rev="1.6.0.RC1" />
Leiningen
[org.mapstruct/mapstruct "1.6.0.RC1"]
Apache Buildr
'org.mapstruct:mapstruct:jar:1.6.0.RC1'