License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.docs |
ArtifactId | ArtifactIdparent-pom |
Last Version | Last Version4.0-b28 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMain Docs
Java.net - The Source for Java Technology Collaboration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-pom-4.0-b28.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.docs/parent-pom/ -->
<dependency>
<groupId>org.glassfish.docs</groupId>
<artifactId>parent-pom</artifactId>
<version>4.0-b28</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.docs/parent-pom/
implementation 'org.glassfish.docs:parent-pom:4.0-b28'
// https://jarcasting.com/artifacts/org.glassfish.docs/parent-pom/
implementation ("org.glassfish.docs:parent-pom:4.0-b28")
'org.glassfish.docs:parent-pom:pom:4.0-b28'
<dependency org="org.glassfish.docs" name="parent-pom" rev="4.0-b28">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.docs', module='parent-pom', version='4.0-b28')
)
libraryDependencies += "org.glassfish.docs" % "parent-pom" % "4.0-b28"
[org.glassfish.docs/parent-pom "4.0-b28"]