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