Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.staccatocommons |
ArtifactId | ArtifactIdcommons-parent-pom |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
commons-parent-pom-1.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-parent-pom/ -->
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-parent-pom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-parent-pom/
implementation 'net.sf.staccatocommons:commons-parent-pom:1.0'
// https://jarcasting.com/artifacts/net.sf.staccatocommons/commons-parent-pom/
implementation ("net.sf.staccatocommons:commons-parent-pom:1.0")
'net.sf.staccatocommons:commons-parent-pom:pom:1.0'
<dependency org="net.sf.staccatocommons" name="commons-parent-pom" rev="1.0">
<artifact name="commons-parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.staccatocommons', module='commons-parent-pom', version='1.0')
)
libraryDependencies += "net.sf.staccatocommons" % "commons-parent-pom" % "1.0"
[net.sf.staccatocommons/commons-parent-pom "1.0"]