文件下载
文件名 操作
tethys-jackson_2.13.0-M2-0.9.0.1.jar 下载
tethys-jackson_2.13.0-M2-0.9.0.1.pom 下载
tethys-jackson_2.13.0-M2-0.9.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.tethys-json</groupId>
  <artifactId>tethys-jackson_2.13.0-M2</artifactId>
  <version>0.9.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.tethys-json:tethys-jackson_2.13.0-M2:0.9.0.1'
Gradle Kotlin
implementation("com.tethys-json:tethys-jackson_2.13.0-M2:0.9.0.1")
Scala SBT
libraryDependencies += "com.tethys-json" % "tethys-jackson_2.13.0-M2" % "0.9.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.tethys-json', module='tethys-jackson_2.13.0-M2', version='0.9.0.1')
)
Apache Ivy
<dependency org="com.tethys-json" name="tethys-jackson_2.13.0-M2" rev="0.9.0.1" />
Leiningen
[com.tethys-json/tethys-jackson_2.13.0-M2 "0.9.0.1"]
Apache Buildr
'com.tethys-json:tethys-jackson_2.13.0-M2:jar:0.9.0.1'