License |
License |
---|---|
Categories |
CategoriesJSON Data fastjson Arthas General Purpose Libraries Utility |
GroupId | GroupIdcom.taobao.arthas |
ArtifactId | ArtifactIdfastjson |
Last Version | Last Version1.2.80-fix |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfastjson
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastjson-1.2.80-fix.pom | |
fastjson-1.2.80-fix.jar | 657 KB |
fastjson-1.2.80-fix-sources.jar | 400 KB |
fastjson-1.2.80-fix-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.taobao.arthas/fastjson/ -->
<dependency>
<groupId>com.taobao.arthas</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.80-fix</version>
</dependency>
// https://jarcasting.com/artifacts/com.taobao.arthas/fastjson/
implementation 'com.taobao.arthas:fastjson:1.2.80-fix'
// https://jarcasting.com/artifacts/com.taobao.arthas/fastjson/
implementation ("com.taobao.arthas:fastjson:1.2.80-fix")
'com.taobao.arthas:fastjson:jar:1.2.80-fix'
<dependency org="com.taobao.arthas" name="fastjson" rev="1.2.80-fix">
<artifact name="fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.taobao.arthas', module='fastjson', version='1.2.80-fix')
)
libraryDependencies += "com.taobao.arthas" % "fastjson" % "1.2.80-fix"
[com.taobao.arthas/fastjson "1.2.80-fix"]