| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdorg.glassfish.common |
| ArtifactId | ArtifactIdmejb |
| Version | Version3.0-Preview-b47b |
| Type | Typeejb |
| Filename | Size |
|---|---|
| mejb-3.0-Preview-b47b.pom | |
| mejb-3.0-Preview-b47b.jar | 28 KB |
| mejb-3.0-Preview-b47b-sources.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.common/mejb/ -->
<dependency>
<groupId>org.glassfish.common</groupId>
<artifactId>mejb</artifactId>
<version>3.0-Preview-b47b</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.common/mejb/
implementation 'org.glassfish.common:mejb:3.0-Preview-b47b'
// https://jarcasting.com/artifacts/org.glassfish.common/mejb/
implementation ("org.glassfish.common:mejb:3.0-Preview-b47b")
'org.glassfish.common:mejb:ejb:3.0-Preview-b47b'
<dependency org="org.glassfish.common" name="mejb" rev="3.0-Preview-b47b">
<artifact name="mejb" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.common', module='mejb', version='3.0-Preview-b47b')
)
libraryDependencies += "org.glassfish.common" % "mejb" % "3.0-Preview-b47b"
[org.glassfish.common/mejb "3.0-Preview-b47b"]