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