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