License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.hb0730 |
ArtifactId | ArtifactIdcommons-json |
Version | Version2.1.2-RELEASE |
Type | Typejar |
Description |
Descriptioncommons-json
集成各大json(fastjson,jackson,gson等)
|
Filename | Size |
---|---|
commons-json-2.1.2-RELEASE.pom | |
commons-json-2.1.2-RELEASE.jar | 21 KB |
commons-json-2.1.2-RELEASE-sources.jar | 13 KB |
commons-json-2.1.2-RELEASE-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/commons-json/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>commons-json</artifactId>
<version>2.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/commons-json/
implementation 'com.hb0730:commons-json:2.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.hb0730/commons-json/
implementation ("com.hb0730:commons-json:2.1.2-RELEASE")
'com.hb0730:commons-json:jar:2.1.2-RELEASE'
<dependency org="com.hb0730" name="commons-json" rev="2.1.2-RELEASE">
<artifact name="commons-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='commons-json', version='2.1.2-RELEASE')
)
libraryDependencies += "com.hb0730" % "commons-json" % "2.1.2-RELEASE"
[com.hb0730/commons-json "2.1.2-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.hb0730 : commons-lang | jar | 2.1.2-RELEASE |
com.alibaba : fastjson Optional | jar | 1.2.73 |
com.google.code.gson : gson Optional | jar | 2.8.6 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.11.1 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |
junit : junit | jar | 4.13.1 |