Download javax.persistence-2.1.2.jar file - Jar j

Jar examples for j:javax.persistence

Description

The Java Persistence API (JPA) : a standard interface-based Java model abstraction of persistence, developed by the JCP.

You can download jar file javax.persistence 2.1.2 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add javax.persistence-2.1.2.jar to your project.

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

Download

Click the following link to download the jar file.

javax.persistence-2.1.2-javadoc.jar
javax.persistence-2.1.2-sources.jar
javax.persistence-2.1.2.jar
javax.persistence-2.1.2.pom



Related Tutorials