is not current version
Last Version 2.1.2-RELEASE

com.hb0730:commons-json 2.0.4-RELEASE

集成各大json(fastjson,jackson,gson等)

Categories

Categories

JSON Data
GroupId

GroupId

com.hb0730
ArtifactId

ArtifactId

commons-json
Version

Version

2.0.4-RELEASE
Type

Type

jar

Download commons-json 2.0.4-RELEASE


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