Jar examples for e:ejb
This plugin group provides EJB functionality.
You can download jar file ejb 3.0-public_review in this page.
Eclipse Public License - v 1.0
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'
Click the following link to download the jar file.
ejb-3.0-public_review.pom