m

mapstruct-spring-plus-processor

Spring MapStruct plus
https://github.com/ZhaoRd/mapstruct-spring-plus
MIT License
zhaorende
Files download
File Operation
mapstruct-spring-plus-processor-1.0.1.RELEASE.jar download
mapstruct-spring-plus-processor-1.0.1.RELEASE.pom download
mapstruct-spring-plus-processor-1.0.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.zhaord</groupId>
  <artifactId>mapstruct-spring-plus-processor</artifactId>
  <version>1.0.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.zhaord:mapstruct-spring-plus-processor:1.0.1.RELEASE'
Gradle Kotlin
implementation("io.github.zhaord:mapstruct-spring-plus-processor:1.0.1.RELEASE")
Scala SBT
libraryDependencies += "io.github.zhaord" % "mapstruct-spring-plus-processor" % "1.0.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zhaord', module='mapstruct-spring-plus-processor', version='1.0.1.RELEASE')
)
Apache Ivy
<dependency org="io.github.zhaord" name="mapstruct-spring-plus-processor" rev="1.0.1.RELEASE" />
Leiningen
[io.github.zhaord/mapstruct-spring-plus-processor "1.0.1.RELEASE"]
Apache Buildr
'io.github.zhaord:mapstruct-spring-plus-processor:jar:1.0.1.RELEASE'