Download jdo2-api-2.3-eb.jar file - Jar j

Jar examples for j:jdo2-api

Description

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

You can download jar file jdo2-api 2.3-eb in this page.

License

Apache 2

Build File

You can use the following script to add jdo2-api-2.3-eb.jar to your project.

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

Download

Click the following link to download the jar file.

jdo2-api-2.3-eb-javadoc.jar
jdo2-api-2.3-eb-sources.jar
jdo2-api-2.3-eb.jar
jdo2-api-2.3-eb.pom



Related Tutorials