License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.main.core |
ArtifactId | ArtifactIdapi-exporter |
Last Version | Last Version7.0.0-M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish API Exporter Module
This bundle exposes APIs to application class loader hierarchy
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
api-exporter-7.0.0-M4.pom | |
api-exporter-7.0.0-M4.jar | 2 KB |
api-exporter-7.0.0-M4-sources.jar | 2 KB |
api-exporter-7.0.0-M4-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.core/api-exporter/ -->
<dependency>
<groupId>org.glassfish.main.core</groupId>
<artifactId>api-exporter</artifactId>
<version>7.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.core/api-exporter/
implementation 'org.glassfish.main.core:api-exporter:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.core/api-exporter/
implementation ("org.glassfish.main.core:api-exporter:7.0.0-M4")
'org.glassfish.main.core:api-exporter:jar:7.0.0-M4'
<dependency org="org.glassfish.main.core" name="api-exporter" rev="7.0.0-M4">
<artifact name="api-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.core', module='api-exporter', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.core" % "api-exporter" % "7.0.0-M4"
[org.glassfish.main.core/api-exporter "7.0.0-M4"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.hk2 : hk2-api | jar |