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