Download openjpa-2.0.0-M3.jar file - Jar o

Jar examples for o:openjpa

Description

This module provides OpenJPA together with all its dependencies.

You can download jar file openjpa 2.0.0-M3 in this page.

License

Open Source License

Build File

You can use the following script to add openjpa-2.0.0-M3.jar to your project.

<dependency>
   <groupId>org.apache.openjpa</groupId>
   <artifactId>openjpa</artifactId>
   <version>2.0.0-M3</version>
</dependency>
compile group: 'org.apache.openjpa', name: 'openjpa', version: '2.0.0-M3'
libraryDependencies += "org.apache.openjpa" % "openjpa" % "2.0.0-M3"
<dependency org="org.apache.openjpa" name="openjpa" rev="2.0.0-M3"/>
@Grapes(@Grab(group='org.apache.openjpa', module='openjpa', version='2.0.0-M3'))
'org.apache.openjpa:openjpa:jar:2.0.0-M3'

Download

Click the following link to download the jar file.

openjpa-2.0.0-M3-sources.jar
openjpa-2.0.0-M3.jar
openjpa-2.0.0-M3.pom



Related Tutorials