Download jpox-core-1.2.0-beta-2.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-2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials