Jar examples for 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.
You can download jar file persistence-api 3.5.1 in this page.
Common Development and Distribution License (CDDL) v1.0
You can use the following script to add persistence-api-3.5.1.jar to your project.
<dependency> <groupId>com.distelli.persistence</groupId> <artifactId>persistence-api</artifactId> <version>3.5.1</version> </dependency>
compile group: 'com.distelli.persistence', name: 'persistence-api', version: '3.5.1'
libraryDependencies += "com.distelli.persistence" % "persistence-api" % "3.5.1"
<dependency org="com.distelli.persistence" name="persistence-api" rev="3.5.1"/>
@Grapes(@Grab(group='com.distelli.persistence', module='persistence-api', version='3.5.1'))
'com.distelli.persistence:persistence-api:jar:3.5.1'
Click the following link to download the jar file.
persistence-api-3.5.1-javadoc.jar