License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish |
ArtifactId | ArtifactIdpom |
Last Version | Last Version8 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGlassFish Master POM
|
Project URL |
Project URL |
Project Organization |
Project OrganizationGlassFish Community |
<!-- https://jarcasting.com/artifacts/org.glassfish/pom/ -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>pom</artifactId>
<version>8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/pom/
implementation 'org.glassfish:pom:8'
// https://jarcasting.com/artifacts/org.glassfish/pom/
implementation ("org.glassfish:pom:8")
'org.glassfish:pom:pom:8'
<dependency org="org.glassfish" name="pom" rev="8">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='pom', version='8')
)
libraryDependencies += "org.glassfish" % "pom" % "8"
[org.glassfish/pom "8"]