j

javax.persistence

The Java Persistence API (JPA) : a standard interface-based Java model abstraction of persistence, developed by the JCP.
Eclipse Distribution License
Files download
File Operation
javax.persistence-2.1.0.jar download
javax.persistence-2.1.0.pom download
javax.persistence-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.datanucleus</groupId>
  <artifactId>javax.persistence</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.datanucleus:javax.persistence:2.1.0'
Gradle Kotlin
implementation("org.datanucleus:javax.persistence:2.1.0")
Scala SBT
libraryDependencies += "org.datanucleus" % "javax.persistence" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.datanucleus', module='javax.persistence', version='2.1.0')
)
Apache Ivy
<dependency org="org.datanucleus" name="javax.persistence" rev="2.1.0" />
Leiningen
[org.datanucleus/javax.persistence "2.1.0"]
Apache Buildr
'org.datanucleus:javax.persistence:jar:2.1.0'