is not current version
Last Version 10.0-b28

org.glassfish.ejb:ejb 3.0


Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.ejb
ArtifactId

ArtifactId

ejb
Version

Version

3.0
Type

Type

pom

Download ejb 3.0

Filename Size
ejb-3.0.pom 2 KB
Browse

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