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.CR1.pom download
Apache Maven
<dependency>
  <groupId>org.mapstruct</groupId>
  <artifactId>mapstruct-parent</artifactId>
  <version>1.1.0.CR1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.mapstruct:mapstruct-parent:1.1.0.CR1'
Gradle Kotlin
implementation("org.mapstruct:mapstruct-parent:1.1.0.CR1")
Scala SBT
libraryDependencies += "org.mapstruct" % "mapstruct-parent" % "1.1.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.mapstruct', module='mapstruct-parent', version='1.1.0.CR1')
)
Apache Ivy
<dependency org="org.mapstruct" name="mapstruct-parent" rev="1.1.0.CR1" />
Leiningen
[org.mapstruct/mapstruct-parent "1.1.0.CR1"]
Apache Buildr
'org.mapstruct:mapstruct-parent:jar:1.1.0.CR1'