Jar examples for j:javax.persistence
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 10.0-b28 in this page.
Eclipse Public License - v 1.0
You can use the following script to add javax.persistence-10.0-b28.jar to your project.
<dependency> <groupId>org.glassfish</groupId> <artifactId>javax.persistence</artifactId> <version>10.0-b28</version> </dependency>
compile group: 'org.glassfish', name: 'javax.persistence', version: '10.0-b28'
libraryDependencies += "org.glassfish" % "javax.persistence" % "10.0-b28"
<dependency org="org.glassfish" name="javax.persistence" rev="10.0-b28"/>
@Grapes(@Grab(group='org.glassfish', module='javax.persistence', version='10.0-b28'))
'org.glassfish:javax.persistence:jar:10.0-b28'
Click the following link to download the jar file.
javax.persistence-10.0-b28-sources.jar