MVN

com.ovea : ovea-json

Maven & Gradle

Nov 08, 2012
5 usages

ovea-json · JSON lib compatible with Jersey

<dependency>
    <groupId>com.ovea</groupId>
    <artifactId>ovea-json</artifactId>
    <version>2.1.ga</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.ga

All Versions

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

Version Vulnerabilities Updated
2.1.x
ovea-json-2.1.ga
2.0.x
ovea-json-2.0.ga
1.2.x
ovea-json-1.2.ga
1.1.x
ovea-json-1.1.ga
1.0.x
ovea-json-1.0.ga

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ovea</groupId>
    <artifactId>ovea-json</artifactId>
    <version>2.1.ga</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ovea:ovea-json:2.1.ga'

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

implementation("com.ovea:ovea-json:2.1.ga")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ovea" % "ovea-json" % "2.1.ga"

Advertisement

Dependencies from Group

Nov 08, 2012
5 usages
Sep 18, 2012
2 usages
Sep 13, 2011
1 usages
Jan 30, 2013
1 usages
Dec 12, 2011
1 usages
1 stars

Discover Dependencies