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