MVN

javax.jdo : jdo-api

Maven & Gradle

May 25, 2022
132 usages

JDO API

<dependency>
    <groupId>javax.jdo</groupId>
    <artifactId>jdo-api</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of javax.jdo : jdo-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1
  • Latest Release Candidate: 3.1-rc1

All Versions

Choose a version of javax.jdo : jdo-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
jdo-api-3.2.1
3.2
jdo-api-3.2
3.1
jdo-api-3.1
jdo-api-3.1-rc1
3.0.x
jdo-api-3.0.1
3.0
jdo-api-3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>javax.jdo</groupId>
    <artifactId>jdo-api</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following javax.jdo : jdo-api gradle dependency to your build.gradle file:

implementation 'javax.jdo:jdo-api:3.2.1'

Gradle Kotlin DSL: Add the following javax.jdo : jdo-api gradle kotlin dependency to your build.gradle.kts file:

implementation("javax.jdo:jdo-api:3.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following javax.jdo : jdo-api sbt scala dependency to your build.sbt file:

libraryDependencies += "javax.jdo" % "jdo-api" % "3.2.1"

Advertisement