Last Version

EJB tier for GlassFish 10.0-b28

This module bundles all the EJB related Maven modules together. Distributions that need EJB capability should depend on this module, instead of pulling in individual EJB modules separately.

License

License

CDDL + GPLv2 with classpath exception
Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.ejb
ArtifactId

ArtifactId

ejb-all
Version

Version

10.0-b28
Type

Type

pom
Description

Description

EJB tier for GlassFish
This module bundles all the EJB related Maven modules together. Distributions that need EJB capability should depend on this module, instead of pulling in individual EJB modules separately.
Project Organization

Project Organization

Sun Microsystems, Inc.

Download ejb-all 10.0-b28

Filename Size
ejb-all-10.0-b28.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/org.glassfish.ejb/ejb-all/ -->
<dependency>
    <groupId>org.glassfish.ejb</groupId>
    <artifactId>ejb-all</artifactId>
    <version>10.0-b28</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.ejb/ejb-all/
implementation 'org.glassfish.ejb:ejb-all:10.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.ejb/ejb-all/
implementation ("org.glassfish.ejb:ejb-all:10.0-b28")
'org.glassfish.ejb:ejb-all:pom:10.0-b28'
<dependency org="org.glassfish.ejb" name="ejb-all" rev="10.0-b28">
  <artifact name="ejb-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.ejb', module='ejb-all', version='10.0-b28')
)
libraryDependencies += "org.glassfish.ejb" % "ejb-all" % "10.0-b28"
[org.glassfish.ejb/ejb-all "10.0-b28"]

Dependencies

compile (4)

Group / Artifact Type Version
org.glassfish.ejb : gf-ejb-connector jar 10.0-b28
org.glassfish.ejb : ejb-timer-databases distribution-fragment 10.0-b28
org.glassfish.ejb : ejb-container jar 10.0-b28
org.glassfish : javax.ejb jar 10.0-b28

test (1)

Group / Artifact Type Version
junit : junit Optional jar 4.3.1

Project Modules

There are no modules declared in this project.