MVN

org.everit.osgi.bundles : org.everit.osgi.bundles.org.json

Maven & Gradle

Feb 14, 2014
2 usages
4.4k stars

JSON in Java · JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully. The license includes this restriction: "The software shall be used for good, not evil." If your conscience cannot live with that, then choose a different package. The package compiles on Java 1.2 thru Java 1.4.

<dependency>
    <groupId>org.everit.osgi.bundles</groupId>
    <artifactId>org.everit.osgi.bundles.org.json</artifactId>
    <version>1.0.0-v20140107</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.everit.osgi.bundles : org.everit.osgi.bundles.org.json to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-v20140107

All Versions

Choose a version of org.everit.osgi.bundles : org.everit.osgi.bundles.org.json to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
org.everit.osgi.bundles.org.json-1.0.0-v20140107

How to add a dependency to Maven

Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.json maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.everit.osgi.bundles</groupId>
    <artifactId>org.everit.osgi.bundles.org.json</artifactId>
    <version>1.0.0-v20140107</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.json gradle dependency to your build.gradle file:

implementation 'org.everit.osgi.bundles:org.everit.osgi.bundles.org.json:1.0.0-v20140107'

Gradle Kotlin DSL: Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.json gradle kotlin dependency to your build.gradle.kts file:

implementation("org.everit.osgi.bundles:org.everit.osgi.bundles.org.json:1.0.0-v20140107")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.everit.osgi.bundles : org.everit.osgi.bundles.org.json sbt scala dependency to your build.sbt file:

libraryDependencies += "org.everit.osgi.bundles" % "org.everit.osgi.bundles.org.json" % "1.0.0-v20140107"