License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Net |
GroupId | GroupIdnet.savantly |
ArtifactId | ArtifactIdparent-pom |
Last Version | Last Version1.0.0-RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionsavantly.net parent pom
A parent pom for distribution management of OSS projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-pom-1.0.0-RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.savantly/parent-pom/ -->
<dependency>
<groupId>net.savantly</groupId>
<artifactId>parent-pom</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.savantly/parent-pom/
implementation 'net.savantly:parent-pom:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/net.savantly/parent-pom/
implementation ("net.savantly:parent-pom:1.0.0-RELEASE")
'net.savantly:parent-pom:pom:1.0.0-RELEASE'
<dependency org="net.savantly" name="parent-pom" rev="1.0.0-RELEASE">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.savantly', module='parent-pom', version='1.0.0-RELEASE')
)
libraryDependencies += "net.savantly" % "parent-pom" % "1.0.0-RELEASE"
[net.savantly/parent-pom "1.0.0-RELEASE"]