fastjson

fastjson

Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
https://github.com/alibaba/fastjson
Apache 2
Alibaba Group
wenshao axmanwang
文件下载
文件名 操作
fastjson-1.1.46.sec04.jar 下载
fastjson-1.1.46.sec04.pom 下载
fastjson-1.1.46.sec04-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba</groupId>
  <artifactId>fastjson</artifactId>
  <version>1.1.46.sec04</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba:fastjson:1.1.46.sec04'
Gradle Kotlin
implementation("com.alibaba:fastjson:1.1.46.sec04")
Scala SBT
libraryDependencies += "com.alibaba" % "fastjson" % "1.1.46.sec04"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba', module='fastjson', version='1.1.46.sec04')
)
Apache Ivy
<dependency org="com.alibaba" name="fastjson" rev="1.1.46.sec04" />
Leiningen
[com.alibaba/fastjson "1.1.46.sec04"]
Apache Buildr
'com.alibaba:fastjson:jar:1.1.46.sec04'