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