l

library-json-fastjson

文件下载
文件名 操作
library-json-fastjson-1.0.0.jar 下载
library-json-fastjson-1.0.0.pom 下载
library-json-fastjson-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.duanxinyuan</groupId>
  <artifactId>library-json-fastjson</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.duanxinyuan:library-json-fastjson:1.0.0'
Gradle Kotlin
implementation("com.github.duanxinyuan:library-json-fastjson:1.0.0")
Scala SBT
libraryDependencies += "com.github.duanxinyuan" % "library-json-fastjson" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.duanxinyuan', module='library-json-fastjson', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.duanxinyuan" name="library-json-fastjson" rev="1.0.0" />
Leiningen
[com.github.duanxinyuan/library-json-fastjson "1.0.0"]
Apache Buildr
'com.github.duanxinyuan:library-json-fastjson:jar:1.0.0'