Categories |
CategoriesJSON Data fastjson |
---|---|
GroupId | GroupIdtop.jfunc.json |
ArtifactId | ArtifactIdjson-fastjson |
Last Version | Last Version1.8.5 |
Release Date | Release Date |
Type | Typejar |
Filename | Size |
---|---|
json-fastjson-1.8.5.pom | |
json-fastjson-1.8.5.jar | 10 KB |
json-fastjson-1.8.5-sources.jar | 6 KB |
json-fastjson-1.8.5-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.json/json-fastjson/ -->
<dependency>
<groupId>top.jfunc.json</groupId>
<artifactId>json-fastjson</artifactId>
<version>1.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.json/json-fastjson/
implementation 'top.jfunc.json:json-fastjson:1.8.5'
// https://jarcasting.com/artifacts/top.jfunc.json/json-fastjson/
implementation ("top.jfunc.json:json-fastjson:1.8.5")
'top.jfunc.json:json-fastjson:jar:1.8.5'
<dependency org="top.jfunc.json" name="json-fastjson" rev="1.8.5">
<artifact name="json-fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.json', module='json-fastjson', version='1.8.5')
)
libraryDependencies += "top.jfunc.json" % "json-fastjson" % "1.8.5"
[top.jfunc.json/json-fastjson "1.8.5"]