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