Download openjpa-2.0.0.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 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

openjpa-2.0.0-javadoc.jar
openjpa-2.0.0-sources.jar
openjpa-2.0.0.jar
openjpa-2.0.0.pom



Related Tutorials