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