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