License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.common |
ArtifactId | ArtifactIdmejb |
Last Version | Last Version3.2-b06 |
Release Date | Release Date |
Type | Typeejb |
Description |
DescriptionJava EE Management JSR 77 MEJB
|
Project Organization |
Project OrganizationGlassFish Community |
Filename | Size |
---|---|
mejb-3.2-b06.pom | |
mejb-3.2-b06.jar | 25 KB |
mejb-3.2-b06-sources.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.common/mejb/ -->
<dependency>
<groupId>org.glassfish.common</groupId>
<artifactId>mejb</artifactId>
<version>3.2-b06</version>
<type>ejb</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.common/mejb/
implementation 'org.glassfish.common:mejb:3.2-b06'
// https://jarcasting.com/artifacts/org.glassfish.common/mejb/
implementation ("org.glassfish.common:mejb:3.2-b06")
'org.glassfish.common:mejb:ejb:3.2-b06'
<dependency org="org.glassfish.common" name="mejb" rev="3.2-b06">
<artifact name="mejb" type="ejb" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.common', module='mejb', version='3.2-b06')
)
libraryDependencies += "org.glassfish.common" % "mejb" % "3.2-b06"
[org.glassfish.common/mejb "3.2-b06"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.management.j2ee | jar | 3.2-b06 |
org.glassfish : javax.ejb | jar | 3.2-b06 |
org.glassfish.common : amx-core | jar | 3.2-b06 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.security : security | jar | 3.2-b06 |
junit : junit Optional | jar | 4.3.1 |