MVN

com.github.openjson : openjson

Maven & Gradle

Jun 26, 2023
17 usages
21 stars

Open JSON · A clean-room Apache-licensed implementation of simple JSON processing

<dependency>
    <groupId>com.github.openjson</groupId>
    <artifactId>openjson</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.openjson : openjson to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of com.github.openjson : openjson to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
openjson-1.0.13
openjson-1.0.12
openjson-1.0.11
openjson-1.0.10
openjson-1.0.9
openjson-1.0.8
openjson-1.0.7
openjson-1.0.6
openjson-1.0.5
openjson-1.0.4
openjson-1.0.3
openjson-1.0.2
openjson-1.0.1
openjson-1.0.0

How to add a dependency to Maven

Add the following com.github.openjson : openjson maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.openjson</groupId>
    <artifactId>openjson</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.openjson : openjson gradle dependency to your build.gradle file:

implementation 'com.github.openjson:openjson:1.0.13'

Gradle Kotlin DSL: Add the following com.github.openjson : openjson gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.openjson:openjson:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.openjson : openjson sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.openjson" % "openjson" % "1.0.13"

Advertisement