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