b

bean-mapping-asm

The bean-mapping for asm.
Files download
File Operation
bean-mapping-asm-0.2.6.jar download
bean-mapping-asm-0.2.6.pom download
bean-mapping-asm-0.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>bean-mapping-asm</artifactId>
  <version>0.2.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:bean-mapping-asm:0.2.6'
Gradle Kotlin
implementation("com.github.houbb:bean-mapping-asm:0.2.6")
Scala SBT
libraryDependencies += "com.github.houbb" % "bean-mapping-asm" % "0.2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='bean-mapping-asm', version='0.2.6')
)
Apache Ivy
<dependency org="com.github.houbb" name="bean-mapping-asm" rev="0.2.6" />
Leiningen
[com.github.houbb/bean-mapping-asm "0.2.6"]
Apache Buildr
'com.github.houbb:bean-mapping-asm:jar:0.2.6'