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 Updated
  • ovea-json-2.1.ga

    Nov 08, 2012
  • ovea-json-2.0.ga

    Jun 14, 2012
  • ovea-json-1.2.ga

    Mar 20, 2012
  • ovea-json-1.1.ga

    Oct 21, 2011
  • ovea-json-1.0.ga

    Oct 19, 2011

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"