License |
License |
---|---|
Categories |
CategoriesJSON Data Gson |
GroupId | GroupIdcom.github.czy1024 |
ArtifactId | ArtifactIdjson-gson |
Last Version | Last Version1.0.3-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJson工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本
|
Filename | Size |
---|---|
json-gson-1.0.3-RELEASE.pom | |
json-gson-1.0.3-RELEASE.jar | 11 KB |
json-gson-1.0.3-RELEASE-sources.jar | 5 KB |
json-gson-1.0.3-RELEASE-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.czy1024/json-gson/ -->
<dependency>
<groupId>com.github.czy1024</groupId>
<artifactId>json-gson</artifactId>
<version>1.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/json-gson/
implementation 'com.github.czy1024:json-gson:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.czy1024/json-gson/
implementation ("com.github.czy1024:json-gson:1.0.3-RELEASE")
'com.github.czy1024:json-gson:jar:1.0.3-RELEASE'
<dependency org="com.github.czy1024" name="json-gson" rev="1.0.3-RELEASE">
<artifact name="json-gson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='json-gson', version='1.0.3-RELEASE')
)
libraryDependencies += "com.github.czy1024" % "json-gson" % "1.0.3-RELEASE"
[com.github.czy1024/json-gson "1.0.3-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.github.czy1024 : json-exception | jar | 1.0.3-RELEASE |
com.google.code.gson : gson | jar | 2.8.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.apache.logging.log4j : log4j-api | jar | 2.14.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |