MVN

org.ow2.chameleon.json : json-service-json-lib

Maven & Gradle

Apr 02, 2011
2 usages

OW2 Chameleon - json-lib JSON Service Implementation · JSON Service implementation using the json-lib library

<dependency>
    <groupId>org.ow2.chameleon.json</groupId>
    <artifactId>json-service-json-lib</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.chameleon.json : json-service-json-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of org.ow2.chameleon.json : json-service-json-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
json-service-json-lib-0.4.1
json-service-json-lib-0.4.0
0.2.x
json-service-json-lib-0.2.2
json-service-json-lib-0.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.chameleon.json</groupId>
    <artifactId>json-service-json-lib</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.chameleon.json : json-service-json-lib gradle dependency to your build.gradle file:

implementation 'org.ow2.chameleon.json:json-service-json-lib:0.4.1'

Gradle Kotlin DSL: Add the following org.ow2.chameleon.json : json-service-json-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.chameleon.json:json-service-json-lib:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.chameleon.json : json-service-json-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.chameleon.json" % "json-service-json-lib" % "0.4.1"

Advertisement