Download jpox-1.1.6.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.6 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

jpox-1.1.6.jar
jpox-1.1.6.pom



Related Tutorials