Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish |
ArtifactId | ArtifactIdpom |
Version | Version7 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.glassfish/pom/ -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>pom</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/pom/
implementation 'org.glassfish:pom:7'
// https://jarcasting.com/artifacts/org.glassfish/pom/
implementation ("org.glassfish:pom:7")
'org.glassfish:pom:pom:7'
<dependency org="org.glassfish" name="pom" rev="7">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='pom', version='7')
)
libraryDependencies += "org.glassfish" % "pom" % "7"
[org.glassfish/pom "7"]