is not current version
Last Version 1.6.0

com.github.duanxinyuan:library-json 1.4.1

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

Categories

Categories

JSON Data
GroupId

GroupId

com.github.duanxinyuan
ArtifactId

ArtifactId

library-json
Version

Version

1.4.1
Type

Type

jar

Download library-json 1.4.1


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