m

mapstruct-4builder

A MapStruct extension (http://mapstruct.org/) that also supports Builder.
https://github.com/angerhard/mapstruct-4builder
MIT License
Andreas Gerhard
Files download
File Operation
mapstruct-4builder-0.1.jar download
mapstruct-4builder-0.1.pom download
mapstruct-4builder-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.andreasgerhard</groupId>
  <artifactId>mapstruct-4builder</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'de.andreasgerhard:mapstruct-4builder:0.1'
Gradle Kotlin
implementation("de.andreasgerhard:mapstruct-4builder:0.1")
Scala SBT
libraryDependencies += "de.andreasgerhard" % "mapstruct-4builder" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.andreasgerhard', module='mapstruct-4builder', version='0.1')
)
Apache Ivy
<dependency org="de.andreasgerhard" name="mapstruct-4builder" rev="0.1" />
Leiningen
[de.andreasgerhard/mapstruct-4builder "0.1"]
Apache Buildr
'de.andreasgerhard:mapstruct-4builder:jar:0.1'