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