JBoss EJB 3.0 API.
The Java EJB 3.0 API classes.
Here is the list of declaration for jboss-ejb-api. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-ejb-api</artifactId> <version>3.0.0.GA</version> </dependency>
If you think this Maven repository POM file listing for jboss-ejb-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The jboss-ejb-api-3.0.0.GA has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JBoss | jboss-transaction-api 1.0.1.GA The Java Transaction 1.0.1 API classes | 10 |
The following packages are defined in the jboss-ejb-api-3.0.0.GA.jar
javax.annotation javax.annotation.security javax.ejb javax.ejb.spi javax.interceptor
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-javaee-parent</artifactId> <version>5.0.0.GA</version> <relativePath>../build/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-ejb-api</artifactId> <version>3.0.0.GA</version> <packaging>jar</packaging> <name>JBoss EJB 3.0 API</name> <url>http://www.jboss.org</url> <description>The Java EJB 3.0 API classes</description> <dependencies> <dependency> <groupId>org.jboss.javaee</groupId> <artifactId>jboss-transaction-api</artifactId> <version>1.0.1.GA</version> </dependency> <dependency> <groupId>org.jboss.ws.native</groupId> <artifactId>jbossws-native-jaxrpc</artifactId> <version>3.0.4.GA</version> </dependency> </dependencies> </project>