License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish |
ArtifactId | ArtifactIdapi-pom |
Last Version | Last Version10.0-b28 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSuper POM for Java EE API modules
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
api-pom-10.0-b28.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish/api-pom/ -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>api-pom</artifactId>
<version>10.0-b28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/api-pom/
implementation 'org.glassfish:api-pom:10.0-b28'
// https://jarcasting.com/artifacts/org.glassfish/api-pom/
implementation ("org.glassfish:api-pom:10.0-b28")
'org.glassfish:api-pom:pom:10.0-b28'
<dependency org="org.glassfish" name="api-pom" rev="10.0-b28">
<artifact name="api-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='api-pom', version='10.0-b28')
)
libraryDependencies += "org.glassfish" % "api-pom" % "10.0-b28"
[org.glassfish/api-pom "10.0-b28"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 4.3.1 |