| License |
License |
|---|---|
| Categories |
CategoriesJSON Data Jackson |
| GroupId | GroupIdio.github.lunasaw |
| ArtifactId | ArtifactIdjson-jackson-extend |
| Last Version | Last Version1.1.0-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJson工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本
|
<!-- https://jarcasting.com/artifacts/io.github.lunasaw/json-jackson-extend/ -->
<dependency>
<groupId>io.github.lunasaw</groupId>
<artifactId>json-jackson-extend</artifactId>
<version>1.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lunasaw/json-jackson-extend/
implementation 'io.github.lunasaw:json-jackson-extend:1.1.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.lunasaw/json-jackson-extend/
implementation ("io.github.lunasaw:json-jackson-extend:1.1.0-RELEASE")
'io.github.lunasaw:json-jackson-extend:jar:1.1.0-RELEASE'
<dependency org="io.github.lunasaw" name="json-jackson-extend" rev="1.1.0-RELEASE">
<artifact name="json-jackson-extend" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lunasaw', module='json-jackson-extend', version='1.1.0-RELEASE')
)
libraryDependencies += "io.github.lunasaw" % "json-jackson-extend" % "1.1.0-RELEASE"
[io.github.lunasaw/json-jackson-extend "1.1.0-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.lunasaw : json-jackson | jar | 1.1.0-RELEASE |
| org.apache.commons : commons-text | jar | 1.8 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | |
| com.fasterxml.jackson.dataformat : jackson-dataformat-csv | jar | |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | |
| com.fasterxml.jackson.dataformat : jackson-dataformat-properties | jar | |
| 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 |