Download jdo-api-3.1-rc1.jar file - Jar j

Jar examples for j:jdo-api

Description

The Java Data Objects (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 jdo-api 3.1-rc1 in this page.

License

Apache License

Build File

You can use the following script to add jdo-api-3.1-rc1.jar to your project.

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

Download

Click the following link to download the jar file.

jdo-api-3.1-rc1-javadoc.jar
jdo-api-3.1-rc1.jar
jdo-api-3.1-rc1.pom
jdo-api-3.1-rc1-sources.jar



Related Tutorials