Download persistence-api-2.1.3.jar file - Jar p

Jar examples for p:persistence-api

Description

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 2.1.3 in this page.

License

Common Development and Distribution License (CDDL) v1.0

Build File

You can use the following script to add persistence-api-2.1.3.jar to your project.

<dependency>
   <groupId>org.avaje.ebean</groupId>
   <artifactId>persistence-api</artifactId>
   <version>2.1.3</version>
</dependency>
compile group: 'org.avaje.ebean', name: 'persistence-api', version: '2.1.3'
libraryDependencies += "org.avaje.ebean" % "persistence-api" % "2.1.3"
<dependency org="org.avaje.ebean" name="persistence-api" rev="2.1.3"/>
@Grapes(@Grab(group='org.avaje.ebean', module='persistence-api', version='2.1.3'))
'org.avaje.ebean:persistence-api:jar:2.1.3'

Download

Click the following link to download the jar file.

persistence-api-2.1.3-javadoc.jar
persistence-api-2.1.3-sources.jar
persistence-api-2.1.3.jar
persistence-api-2.1.3.pom



Related Tutorials