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