Registry / other / ow2-ejb-3-0-spec

ow2-ejb-3-0-spec

JSON →
library1.0.13javamavenunverified

Provides the EJB 3 API specification interfaces and classes for Java EE 5.0.

<dependency> <groupId>org.ow2.spec.ee</groupId> <artifactId>ow2-ejb-3.0-spec</artifactId> <version>1.0.13</version> </dependency>
INSTALL
IMPORT
SIG · OW2-EJB-3-0-SPEC
O
ow2-ejb-3-0-spec
otherjavav1.0.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stateless
javax.ejb.Stateless

Declare a stateless session bean using the @Stateless annotation.

import javax.ejb.Stateless; @Stateless public class MyEjb { public String hello() { return "Hello"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ow2-ejb-3-0-spec — mvn dependency:get ow2-ejb-3-0-spec · libregistry