Download datanucleus-api-jpa-4.1.5.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 4.1.5 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

datanucleus-api-jpa-4.1.5-javadoc.jar
datanucleus-api-jpa-4.1.5-sources.jar
datanucleus-api-jpa-4.1.5.jar
datanucleus-api-jpa-4.1.5.pom



Related Tutorials