Jar examples for j:jpox
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.8 in this page.
Apache 2
You can use the following script to add jpox-1.1.8.jar to your project.
<dependency> <groupId>jpox</groupId> <artifactId>jpox</artifactId> <version>1.1.8</version> </dependency>
compile group: 'jpox', name: 'jpox', version: '1.1.8'
libraryDependencies += "jpox" % "jpox" % "1.1.8"
<dependency org="jpox" name="jpox" rev="1.1.8"/>
@Grapes(@Grab(group='jpox', module='jpox', version='1.1.8'))
'jpox:jpox:jar:1.1.8'
Click the following link to download the jar file.
jpox-1.1.8.jar