b

bean-mapping-api

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