is not current version
Last Version 1.0.3-RELEASE

com.github.czy1024:json-util 1.0.2-RELEASE

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本

Categories

Categories

JSON Data
GroupId

GroupId

com.github.czy1024
ArtifactId

ArtifactId

json-util
Version

Version

1.0.2-RELEASE
Type

Type

pom

Download json-util 1.0.2-RELEASE


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