Last Version

com.github.czy1024:json-jackson-scala 1.0.3-RELEASE

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本

License

License

Categories

Categories

Scala Languages JSON Data Jackson
GroupId

GroupId

com.github.czy1024
ArtifactId

ArtifactId

json-jackson-scala
Version

Version

1.0.3-RELEASE
Type

Type

jar
Description

Description

Json工具类, 包含Gson、FastJson、Jackson三个库的工具类,其中Jackson支持Scala版本

Download json-jackson-scala 1.0.3-RELEASE


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

Dependencies

compile (10)

Group / Artifact Type Version
com.github.czy1024 : json-exception jar 1.0.3-RELEASE
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.module : jackson-module-parameter-names jar
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar
com.fasterxml.jackson.datatype : jackson-datatype-guava jar
com.fasterxml.jackson.module : jackson-module-scala_2.12 jar
org.slf4j : slf4j-api jar 1.7.30

test (4)

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

Project Modules

There are no modules declared in this project.