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