Download javax.persistence-2.1.3.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.3 in this page.

License

Eclipse Public License - v 1.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials