MVN

org.xerial : xerial-json

Maven & Gradle

May 30, 2012
1 usages

Xerial JSON Library · JSON Parser library.

<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>xerial-json</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.6

All Versions

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

Version Vulnerabilities Updated
2.0.x
xerial-json-2.0.6
xerial-json-2.0.2
2.0
xerial-json-2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.xerial</groupId>
    <artifactId>xerial-json</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xerial : xerial-json gradle dependency to your build.gradle file:

implementation 'org.xerial:xerial-json:2.0.6'

Gradle Kotlin DSL: Add the following org.xerial : xerial-json gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xerial:xerial-json:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xerial : xerial-json sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xerial" % "xerial-json" % "2.0.6"

Advertisement

Dependencies from Group

Aug 25, 2023
1.1k usages
2.6k stars
Sep 02, 2015
22 usages
18 stars
Dec 14, 2016
7 usages
18 stars
Sep 02, 2015
6 usages
18 stars
Dec 14, 2016
5 usages
18 stars

Discover Dependencies