License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.github.wnameless.json |
ArtifactId | ArtifactIdjson-base |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjson-base
A set of Java interfaces which decouples JSON implementations such as Jackson and Gson...
|
Project URL |
Project URL |
Filename | Size |
---|---|
json-base-2.0.0.pom | |
json-base-2.0.0.jar | 17 KB |
json-base-2.0.0-sources.jar | 11 KB |
json-base-2.0.0-javadoc.jar | 442 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.0 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |
com.google.guava : guava-testlib | jar | 30.0-jre |