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