MVN

org.apache.jdo : jdo2-util

Maven & Gradle

Oct 24, 2008
2 usages

JDO2 Implementation (Util) · The Java Data Objects 2 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request JSR 243 under the auspices of the Java Community Process.

<dependency>
    <groupId>org.apache.jdo</groupId>
    <artifactId>jdo2-util</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jdo : jdo2-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of org.apache.jdo : jdo2-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2
jdo2-util-2.2
2.1.x
jdo2-util-2.1.1
2.1
jdo2-util-2.1

How to add a dependency to Maven

Add the following org.apache.jdo : jdo2-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jdo</groupId>
    <artifactId>jdo2-util</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jdo : jdo2-util gradle dependency to your build.gradle file:

implementation 'org.apache.jdo:jdo2-util:2.2'

Gradle Kotlin DSL: Add the following org.apache.jdo : jdo2-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jdo:jdo2-util:2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jdo : jdo2-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jdo" % "jdo2-util" % "2.2"

Advertisement

Dependencies from Group

May 05, 2006
3 usages
Oct 24, 2008
2 usages
Oct 24, 2008
1 usages
Oct 24, 2008
1 usages

Discover Dependencies

Oct 08, 2022
9 usages
1k stars
Dec 04, 2015
3 usages
467 stars
Jun 03, 2019
2 usages
491 stars
Apr 28, 2020
4 usages
0 stars
Feb 27, 2023
33 usages
116 stars
Feb 17, 2023
115 usages
3.6k stars