m

mapstruct-wither-support

Mapstruct naming strategy that supports withers.
https://github.com/Danny02/mapstruct-wither-support
Apache-2.0 License
Daniel Heinrich
Files download
File Operation
mapstruct-wither-support-1.0.0.jar download
mapstruct-wither-support-1.0.0.pom download
mapstruct-wither-support-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.nullzwo</groupId>
  <artifactId>mapstruct-wither-support</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'dev.nullzwo:mapstruct-wither-support:1.0.0'
Gradle Kotlin
implementation("dev.nullzwo:mapstruct-wither-support:1.0.0")
Scala SBT
libraryDependencies += "dev.nullzwo" % "mapstruct-wither-support" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.nullzwo', module='mapstruct-wither-support', version='1.0.0')
)
Apache Ivy
<dependency org="dev.nullzwo" name="mapstruct-wither-support" rev="1.0.0" />
Leiningen
[dev.nullzwo/mapstruct-wither-support "1.0.0"]
Apache Buildr
'dev.nullzwo:mapstruct-wither-support:jar:1.0.0'