json-base

A set of Java interfaces which decouples JSON implementations such as Jackson and Gson...

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.wnameless.json
ArtifactId

ArtifactId

json-base
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

json-base
A set of Java interfaces which decouples JSON implementations such as Jackson and Gson...
Project URL

Project URL

https://github.com/wnameless/json-base

Download json-base

How to add to project

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

Dependencies

provided (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.12.0
com.google.code.gson : gson jar 2.8.6

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
com.google.guava : guava-testlib jar 30.0-jre

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0