Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.core |
ArtifactId | ArtifactIdapi-exporter |
Version | Version3.2-b01 |
Type | Typejar |
Filename | Size |
---|---|
api-exporter-3.2-b01.pom | |
api-exporter-3.2-b01.jar | 2 KB |
api-exporter-3.2-b01-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>3.2-b01</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/
implementation 'org.glassfish.core:api-exporter:3.2-b01'
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter/
implementation ("org.glassfish.core:api-exporter:3.2-b01")
'org.glassfish.core:api-exporter:jar:3.2-b01'
<dependency org="org.glassfish.core" name="api-exporter" rev="3.2-b01">
<artifact name="api-exporter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.core', module='api-exporter', version='3.2-b01')
)
libraryDependencies += "org.glassfish.core" % "api-exporter" % "3.2-b01"
[org.glassfish.core/api-exporter "3.2-b01"]