Java-JSON

A JSON <-> Java library with a focus on ease of JSON value access within Java.

License

License

Categories

Categories

Java Languages JSON Data
GroupId

GroupId

com.clumd.projects
ArtifactId

ArtifactId

Java-JSON
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Java-JSON
A JSON <-> Java library with a focus on ease of JSON value access within Java.
Project URL

Project URL

https://github.com/CalumD/Java-JSON
Source Code Management

Source Code Management

https://github.com/CalumD/Java-JSON

Download Java-JSON

How to add to project

<!-- https://jarcasting.com/artifacts/com.clumd.projects/Java-JSON/ -->
<dependency>
    <groupId>com.clumd.projects</groupId>
    <artifactId>Java-JSON</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.clumd.projects/Java-JSON/
implementation 'com.clumd.projects:Java-JSON:1.0.3'
// https://jarcasting.com/artifacts/com.clumd.projects/Java-JSON/
implementation ("com.clumd.projects:Java-JSON:1.0.3")
'com.clumd.projects:Java-JSON:jar:1.0.3'
<dependency org="com.clumd.projects" name="Java-JSON" rev="1.0.3">
  <artifact name="Java-JSON" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clumd.projects', module='Java-JSON', version='1.0.3')
)
libraryDependencies += "com.clumd.projects" % "Java-JSON" % "1.0.3"
[com.clumd.projects/Java-JSON "1.0.3"]

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2