Download jpox-1.1.9.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.9 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

jpox-1.1.9-sources.jar
jpox-1.1.9.jar
jpox-1.1.9.pom



Related Tutorials