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