is not current version
Last Version 1.2-unwrap

cn.bestwu:fastjson 1.1-unwrap

bestwu fastjson

Categories

Categories

JSON Data fastjson
GroupId

GroupId

cn.bestwu
ArtifactId

ArtifactId

fastjson
Version

Version

1.1-unwrap
Type

Type

jar

Download fastjson 1.1-unwrap


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