p

persistence-api

The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
Common Development and Distribution License (CDDL) v1.0
Files download
File Operation
persistence-api-1.0.jar download
persistence-api-1.0.pom download
persistence-api-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>javax.persistence</groupId>
  <artifactId>persistence-api</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'javax.persistence:persistence-api:1.0'
Gradle Kotlin
implementation("javax.persistence:persistence-api:1.0")
Scala SBT
libraryDependencies += "javax.persistence" % "persistence-api" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='javax.persistence', module='persistence-api', version='1.0')
)
Apache Ivy
<dependency org="javax.persistence" name="persistence-api" rev="1.0" />
Leiningen
[javax.persistence/persistence-api "1.0"]
Apache Buildr
'javax.persistence:persistence-api:jar:1.0'
Dependencies
The project has no third-party dependencies