d

data-fastjson

Files download
File Operation
data-fastjson-1.5.3.jar download
data-fastjson-1.5.3.pom download
data-fastjson-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.zhxu</groupId>
  <artifactId>data-fastjson</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'cn.zhxu:data-fastjson:1.5.3'
Gradle Kotlin
implementation("cn.zhxu:data-fastjson:1.5.3")
Scala SBT
libraryDependencies += "cn.zhxu" % "data-fastjson" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='cn.zhxu', module='data-fastjson', version='1.5.3')
)
Apache Ivy
<dependency org="cn.zhxu" name="data-fastjson" rev="1.5.3" />
Leiningen
[cn.zhxu/data-fastjson "1.5.3"]
Apache Buildr
'cn.zhxu:data-fastjson:jar:1.5.3'