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