MVN

com.xliic : json-java

Maven & Gradle

Sep 11, 2020
1 usages
0 stars

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.

<dependency>
    <groupId>com.xliic</groupId>
    <artifactId>json-java</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xliic : json-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.xliic : json-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
json-java-1.1

How to add a dependency to Maven

Add the following com.xliic : json-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xliic</groupId>
    <artifactId>json-java</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xliic : json-java gradle dependency to your build.gradle file:

implementation 'com.xliic:json-java:1.1'

Gradle Kotlin DSL: Add the following com.xliic : json-java gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xliic:json-java:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xliic : json-java sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xliic" % "json-java" % "1.1"

Advertisement

Dependencies from Group

Jan 24, 2023
1 usages
0 stars
Sep 11, 2020
1 usages
0 stars
Jun 15, 2023
1 stars
Jun 11, 2021
0 stars

Discover Dependencies

Sep 26, 2020
1 usages
17 stars
Mar 23, 2023
3 usages
0 stars
Sep 27, 2020
0 stars
Sep 27, 2020
1 usages
0 stars
Oct 07, 2020
1 usages
0 stars
Sep 29, 2020
3 usages
1 stars
Oct 10, 2020
1 usages
1 stars
Sep 30, 2020
1 usages
109 stars
Oct 11, 2020
1 usages
1 stars
Oct 21, 2020
1 usages
0 stars