is not current version
Last Version 1.1-unwrap

com.saygoer:fastjson 1.0-unwrap

Saygoer fastjson

Categories

Categories

JSON Data fastjson
GroupId

GroupId

com.saygoer
ArtifactId

ArtifactId

fastjson
Version

Version

1.0-unwrap
Type

Type

jar

Download fastjson 1.0-unwrap


<!-- https://jarcasting.com/artifacts/com.saygoer/fastjson/ -->
<dependency>
    <groupId>com.saygoer</groupId>
    <artifactId>fastjson</artifactId>
    <version>1.0-unwrap</version>
</dependency>
// https://jarcasting.com/artifacts/com.saygoer/fastjson/
implementation 'com.saygoer:fastjson:1.0-unwrap'
// https://jarcasting.com/artifacts/com.saygoer/fastjson/
implementation ("com.saygoer:fastjson:1.0-unwrap")
'com.saygoer:fastjson:jar:1.0-unwrap'
<dependency org="com.saygoer" name="fastjson" rev="1.0-unwrap">
  <artifact name="fastjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saygoer', module='fastjson', version='1.0-unwrap')
)
libraryDependencies += "com.saygoer" % "fastjson" % "1.0-unwrap"
[com.saygoer/fastjson "1.0-unwrap"]