Download jpox-1.1.0.jar file - Jar j

Jar examples for j:jpox

Description

JPOX is a Java Data Objects (JDO) API implementation. The Java Data Objects (JDO) API is a standard interface-based Java model abstraction of persistence.

You can download jar file jpox 1.1.0 in this page.

License

Apache 2

Build File

You can use the following script to add jpox-1.1.0.jar to your project.

<dependency>
   <groupId>jpox</groupId>
   <artifactId>jpox</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'jpox', name: 'jpox', version: '1.1.0'
libraryDependencies += "jpox" % "jpox" % "1.1.0"
<dependency org="jpox" name="jpox" rev="1.1.0"/>
@Grapes(@Grab(group='jpox', module='jpox', version='1.1.0'))
'jpox:jpox:jar:1.1.0'

Download

Click the following link to download the jar file.

jpox-1.1.0-beta-5.jar
jpox-1.1.0-beta-5.pom



Related Tutorials