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