Files download
File Operation
mapstruct-helper-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>cn.dhbin</groupId>
  <artifactId>mapstruct-helper</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.dhbin:mapstruct-helper:1.0.0'
Gradle Kotlin
implementation("cn.dhbin:mapstruct-helper:1.0.0")
Scala SBT
libraryDependencies += "cn.dhbin" % "mapstruct-helper" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='cn.dhbin', module='mapstruct-helper', version='1.0.0')
)
Apache Ivy
<dependency org="cn.dhbin" name="mapstruct-helper" rev="1.0.0" />
Leiningen
[cn.dhbin/mapstruct-helper "1.0.0"]
Apache Buildr
'cn.dhbin:mapstruct-helper:jar:1.0.0'
Dependencies