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

Jar examples for e:ejb-api

Description

Project GlassFish Enterprise JavaBean API

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

ejb-api-3.0.pom
ejb-api-3.0.jar
ejb-api-3.0-sources.jar



Related Tutorials