The Java Data Objects 2.0 (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.
tags: jdo persistence| Version | Download | Details |
|---|---|---|
| 2.0-rc1 | Binary (150 KB) | Details |
| 2.0-beta | Binary (150 KB) | Details |
| 2.0 | Binary (150 KB) | Details |
<dependency>
<groupId>org.apache.jdo</groupId>
<artifactId>jdo2-core</artifactId>
<version>2.0-rc1</version>
</dependency>