License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.core |
ArtifactId | ArtifactIdapi-exporter |
Last Version | Last Version10.0-b28 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish API Exporter Module
This bundle exposes APIs to application class loader hierarchy
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
api-exporter-10.0-b28.pom | |
api-exporter-10.0-b28.jar | 2 KB |
api-exporter-10.0-b28-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/ -->
<dependency>
<groupId>org.glassfish.core</groupId>
<artifactId>api-exporter</artifactId>
<version>10.0-b28</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/
implementation 'org.glassfish.core:api-exporter:10.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/
implementation ("org.glassfish.core:api-exporter:10.0-b28")
'org.glassfish.core:api-exporter:jar:10.0-b28'
<dependency org="org.glassfish.core" name="api-exporter" rev="10.0-b28">
<artifact name="api-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.core', module='api-exporter', version='10.0-b28')
)
libraryDependencies += "org.glassfish.core" % "api-exporter" % "10.0-b28"
[org.glassfish.core/api-exporter "10.0-b28"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.3.1 |