m

mapstruct-parent

An annotation processor for generating type-safe bean mappers
http://mapstruct.org/
The Apache Software License, Version 2.0
Gunnar Morling
Files download
File Operation
mapstruct-parent-1.1.0.CR2.pom download
Apache Maven
<dependency>
  <groupId>org.mapstruct</groupId>
  <artifactId>mapstruct-parent</artifactId>
  <version>1.1.0.CR2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mapstruct:mapstruct-parent:1.1.0.CR2'
Gradle Kotlin
implementation("org.mapstruct:mapstruct-parent:1.1.0.CR2")
Scala SBT
libraryDependencies += "org.mapstruct" % "mapstruct-parent" % "1.1.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.mapstruct', module='mapstruct-parent', version='1.1.0.CR2')
)
Apache Ivy
<dependency org="org.mapstruct" name="mapstruct-parent" rev="1.1.0.CR2" />
Leiningen
[org.mapstruct/mapstruct-parent "1.1.0.CR2"]
Apache Buildr
'org.mapstruct:mapstruct-parent:jar:1.1.0.CR2'