Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.core |
ArtifactId | ArtifactIdapi-exporter-fragment |
Version | Version3.1.1-b05 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.glassfish.core/api-exporter-fragment/ -->
<dependency>
<groupId>org.glassfish.core</groupId>
<artifactId>api-exporter-fragment</artifactId>
<version>3.1.1-b05</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter-fragment/
implementation 'org.glassfish.core:api-exporter-fragment:3.1.1-b05'
// https://jarcasting.com/artifacts/org.glassfish.core/api-exporter-fragment/
implementation ("org.glassfish.core:api-exporter-fragment:3.1.1-b05")
'org.glassfish.core:api-exporter-fragment:jar:3.1.1-b05'
<dependency org="org.glassfish.core" name="api-exporter-fragment" rev="3.1.1-b05">
<artifact name="api-exporter-fragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.core', module='api-exporter-fragment', version='3.1.1-b05')
)
libraryDependencies += "org.glassfish.core" % "api-exporter-fragment" % "3.1.1-b05"
[org.glassfish.core/api-exporter-fragment "3.1.1-b05"]