Download datanucleus-jpa-1.1.0.jar file - Jar d

Jar examples for d:datanucleus-jpa

Description

Plugin providing DataNucleus implementation of JPA.

You can download jar file datanucleus-jpa 1.1.0 in this page.

Build File

You can use the following script to add datanucleus-jpa-1.1.0.jar to your project.

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

Download

Click the following link to download the jar file.

datanucleus-jpa-1.1.0-sources.jar
datanucleus-jpa-1.1.0.jar
datanucleus-jpa-1.1.0.pom



Related Tutorials