json-cdc

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.github.jinahya
ArtifactId

ArtifactId

json-cdc
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

json-cdc
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project Organization

Project Organization

Source Code Management

Source Code Management

https://github.com/jinahya/json-cdc

Download json-cdc

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

json-retrotranslated

Java CI with Maven Maven Central Javadocs

Generates classified artifacts for JRE 1.3 and JRE 1.4 of JSON-java using Retrotranslator .

usages

JRE 1.3

<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>json-retrotranslated</artifactId>
  <classifier>retrotranslated13</classifier>
</dependency>

JRE 1.4

<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>json-retrotranslated</artifactId>
  <classifier>retrotranslated14</classifier>
</dependency>

Versions

Version
1.0
0.9