is not current version
Last Version 1.6.0

com.github.duanxinyuan:library-json 1.5.0

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类

Categories

Categories

JSON Data
GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

library-json
Version

Version

1.5.0
Type

Type

pom

Download library-json 1.5.0

Filename Size
library-json-1.5.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.duanxinyuan/library-json/ -->
<dependency>
    <groupId>com.github.duanxinyuan</groupId>
    <artifactId>library-json</artifactId>
    <version>1.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.duanxinyuan/library-json/
implementation 'com.github.duanxinyuan:library-json:1.5.0'
// https://jarcasting.com/artifacts/com.github.duanxinyuan/library-json/
implementation ("com.github.duanxinyuan:library-json:1.5.0")
'com.github.duanxinyuan:library-json:pom:1.5.0'
<dependency org="com.github.duanxinyuan" name="library-json" rev="1.5.0">
  <artifact name="library-json" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.duanxinyuan', module='library-json', version='1.5.0')
)
libraryDependencies += "com.github.duanxinyuan" % "library-json" % "1.5.0"
[com.github.duanxinyuan/library-json "1.5.0"]