Download openjpa2-3.0.0.jar file - Jar o

Jar examples for o:openjpa2

Description

This module provides OpenJPA2 together with all its dependencies.

You can download jar file openjpa2 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add openjpa2-3.0.0.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>openjpa2</artifactId>
   <version>3.0.0</version>
</dependency>
compile group: 'org.apache.geronimo.plugins', name: 'openjpa2', version: '3.0.0'
libraryDependencies += "org.apache.geronimo.plugins" % "openjpa2" % "3.0.0"
<dependency org="org.apache.geronimo.plugins" name="openjpa2" rev="3.0.0"/>
@Grapes(@Grab(group='org.apache.geronimo.plugins', module='openjpa2', version='3.0.0'))
'org.apache.geronimo.plugins:openjpa2:jar:3.0.0'

Download

Click the following link to download the jar file.

openjpa2-3.0.0-sources.jar
openjpa2-3.0.0.pom



Related Tutorials