is not current version
Last Version 20190129

com.github.iarellano:json 20190128.01

This project is a maven setup for the forked library JSON-java. Original source is hosted at https://github.com/stleary/JSON-java Fork is hosted at https://github.com/iarellano/JSON-java The purpose of this project is to deploy the forked library to nexus repository.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.iarellano
ArtifactId

ArtifactId

json
Version

Version

20190128.01
Type

Type

jar

Download json 20190128.01


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