Java EE: EJB API v3.0.
EJB 3 API of Java EE 5.0.
Here is the list of declaration for ow2-ejb-3.0-spec. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-ejb-3.0-spec</artifactId> <version>1.0-M1</version> </dependency>
If you think this Maven repository POM file listing for ow2-ejb-3.0-spec is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the ow2-ejb-3.0-spec-1.0-M1.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.ow2.spec</groupId> <artifactId>ee</artifactId> <version>1.0-M1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-ejb-3.0-spec</artifactId> <packaging>jar</packaging> <name>Java EE: EJB API v3.0</name> <description>EJB 3 API of Java EE 5.0</description> <dependencies> <dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-jta-1.1-spec</artifactId> <version>1.0-M1</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jaxrpc_1.1_spec</artifactId> <version>1.1</version> </dependency> </dependencies> </project>