MVN

org.datanucleus : datanucleus-api-json

Maven & Gradle

Apr 06, 2012
1 usages

DataNucleus API JSON plugin · DataNucleus API JSON plugin.

<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-api-json</artifactId>
    <version>3.1.0-m1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.0-m1

All Versions

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

Version Vulnerabilities Updated
3.1.x
datanucleus-api-json-3.1.0-m1
3.0.x
datanucleus-api-json-3.0.2
datanucleus-api-json-3.0.1
datanucleus-api-json-3.0.0-release
datanucleus-api-json-3.0.0-m6
datanucleus-api-json-3.0.0-m5
datanucleus-api-json-3.0.0-m4
datanucleus-api-json-3.0.0-m3
datanucleus-api-json-3.0.0-m2
datanucleus-api-json-3.0.0-m1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.datanucleus</groupId>
    <artifactId>datanucleus-api-json</artifactId>
    <version>3.1.0-m1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.datanucleus:datanucleus-api-json:3.1.0-m1'

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

implementation("org.datanucleus:datanucleus-api-json:3.1.0-m1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.datanucleus" % "datanucleus-api-json" % "3.1.0-m1"

Advertisement