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