Last Version

JDO2 Implementation (Core) 2.0

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.

GroupId

GroupId

org.apache.jdo
ArtifactId

ArtifactId

jdo2-core
Version

Version

2.0
Type

Type

jar
Description

Description

JDO2 Implementation (Core)
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.

Download jdo2-core 2.0


<!-- https://jarcasting.com/artifacts/org.apache.jdo/jdo2-core/ -->
<dependency>
    <groupId>org.apache.jdo</groupId>
    <artifactId>jdo2-core</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.jdo/jdo2-core/
implementation 'org.apache.jdo:jdo2-core:2.0'
// https://jarcasting.com/artifacts/org.apache.jdo/jdo2-core/
implementation ("org.apache.jdo:jdo2-core:2.0")
'org.apache.jdo:jdo2-core:jar:2.0'
<dependency org="org.apache.jdo" name="jdo2-core" rev="2.0">
  <artifact name="jdo2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.jdo', module='jdo2-core', version='2.0')
)
libraryDependencies += "org.apache.jdo" % "jdo2-core" % "2.0"
[org.apache.jdo/jdo2-core "2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.0.4

Project Modules

There are no modules declared in this project.