Download javax.ejb-3.1.1-b08.jar file - Jar j

Jar examples for j:javax.ejb

Description

Project GlassFish Enterprise JavaBean API

You can download jar file javax.ejb 3.1.1-b08 in this page.

License

Open Source License

Build File

You can use the following script to add javax.ejb-3.1.1-b08.jar to your project.

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

Download

Click the following link to download the jar file.

javax.ejb-3.1.1-b08-sources.jar
javax.ejb-3.1.1-b08.jar
javax.ejb-3.1.1-b08.pom



Related Tutorials