License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.czy1024 |
ArtifactId | ArtifactIdjson-util |
Last Version | Last Version1.0.3-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjson-util
Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-util-1.0.3-RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.czy1024/json-util/ -->
<dependency>
<groupId>com.github.czy1024</groupId>
<artifactId>json-util</artifactId>
<version>1.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/json-util/
implementation 'com.github.czy1024:json-util:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.github.czy1024/json-util/
implementation ("com.github.czy1024:json-util:1.0.3-RELEASE")
'com.github.czy1024:json-util:pom:1.0.3-RELEASE'
<dependency org="com.github.czy1024" name="json-util" rev="1.0.3-RELEASE">
<artifact name="json-util" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='json-util', version='1.0.3-RELEASE')
)
libraryDependencies += "com.github.czy1024" % "json-util" % "1.0.3-RELEASE"
[com.github.czy1024/json-util "1.0.3-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
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 |