Download ejb-3.0-public_review.jar file - Jar e

Jar examples for e:ejb

Description

This plugin group provides EJB functionality.

You can download jar file ejb 3.0-public_review in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add ejb-3.0-public_review.jar to your project.

<dependency>
   <groupId>javax.persistence</groupId>
   <artifactId>ejb</artifactId>
   <version>3.0-public_review</version>
</dependency>
compile group: 'javax.persistence', name: 'ejb', version: '3.0-public_review'
libraryDependencies += "javax.persistence" % "ejb" % "3.0-public_review"
<dependency org="javax.persistence" name="ejb" rev="3.0-public_review"/>
@Grapes(@Grab(group='javax.persistence', module='ejb', version='3.0-public_review'))
'javax.persistence:ejb:jar:3.0-public_review'

Download

Click the following link to download the jar file.

ejb-3.0-public_review.pom



Related Tutorials