b

bean-converter

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