is not current version
Last Version 1.0.2

javax.persistence:persistence-api 1.0

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.

Categories

Categories

Jakarta Persistence Jakarta EE
GroupId

GroupId

javax.persistence
ArtifactId

ArtifactId

persistence-api
Version

Version

1.0
Type

Type

jar

Download persistence-api 1.0


<!-- https://jarcasting.com/artifacts/javax.persistence/persistence-api/ -->
<dependency>
    <groupId>javax.persistence</groupId>
    <artifactId>persistence-api</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/javax.persistence/persistence-api/
implementation 'javax.persistence:persistence-api:1.0'
// https://jarcasting.com/artifacts/javax.persistence/persistence-api/
implementation ("javax.persistence:persistence-api:1.0")
'javax.persistence:persistence-api:jar:1.0'
<dependency org="javax.persistence" name="persistence-api" rev="1.0">
  <artifact name="persistence-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='javax.persistence', module='persistence-api', version='1.0')
)
libraryDependencies += "javax.persistence" % "persistence-api" % "1.0"
[javax.persistence/persistence-api "1.0"]