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