文件下载
文件名 操作
odin-json_2.13-0.12.0-M3.jar 下载
odin-json_2.13-0.12.0-M3.pom 下载
odin-json_2.13-0.12.0-M3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.irevive</groupId>
  <artifactId>odin-json_2.13</artifactId>
  <version>0.12.0-M3</version>
</dependency>
Gradle Groovy
implementation 'io.github.irevive:odin-json_2.13:0.12.0-M3'
Gradle Kotlin
implementation("io.github.irevive:odin-json_2.13:0.12.0-M3")
Scala SBT
libraryDependencies += "io.github.irevive" % "odin-json_2.13" % "0.12.0-M3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.irevive', module='odin-json_2.13', version='0.12.0-M3')
)
Apache Ivy
<dependency org="io.github.irevive" name="odin-json_2.13" rev="0.12.0-M3" />
Leiningen
[io.github.irevive/odin-json_2.13 "0.12.0-M3"]
Apache Buildr
'io.github.irevive:odin-json_2.13:jar:0.12.0-M3'