Download datanucleus-api-jpa-3.0.9.jar file - Jar d

Jar examples for d:datanucleus-api-jpa

Description

Plugin providing DataNucleus implementation of JPA API.

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

datanucleus-api-jpa-3.0.9-sources.jar
datanucleus-api-jpa-3.0.9.jar
datanucleus-api-jpa-3.0.9.pom



Related Tutorials