Download jpox-core-1.2.0-beta-5.jar file - Jar j

Jar examples for j:jpox-core

Description

JPOX is a heterogenous Java persistence solution. It implements the JDO1, JDO2 and JPA1 specifications of Java persistence. This jar provides core functionality.

You can download jar file jpox-core 1.2.0-beta-5 in this page.

Build File

You can use the following script to add jpox-core-1.2.0-beta-5.jar to your project.

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

Download

Click the following link to download the jar file.

jpox-core-1.2.0-beta-5.jar
jpox-core-1.2.0-beta-5.pom



Related Tutorials