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