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