Download jdo2-core-2.0.jar file - Jar j

Jar examples for j:jdo2-core

Description

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.

You can download jar file jdo2-core 2.0 in this page.

Build File

You can use the following script to add jdo2-core-2.0.jar to your project.

<dependency>
   <groupId>org.apache.jdo</groupId>
   <artifactId>jdo2-core</artifactId>
   <version>2.0</version>
</dependency>
compile group: 'org.apache.jdo', name: 'jdo2-core', version: '2.0'
libraryDependencies += "org.apache.jdo" % "jdo2-core" % "2.0"
<dependency org="org.apache.jdo" name="jdo2-core" rev="2.0"/>
@Grapes(@Grab(group='org.apache.jdo', module='jdo2-core', version='2.0'))
'org.apache.jdo:jdo2-core:jar:2.0'

Download

Click the following link to download the jar file.

jdo2-core-2.0.jar
jdo2-core-2.0.pom



Related Tutorials