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