License |
License |
---|---|
GroupId | GroupIdio.github.parentpom |
ArtifactId | ArtifactIdppom |
Last Version | Last Version3.7.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionppom
A parent pom project that allows you to publish your Java projects to sonatype easily.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ppom-3.7.0.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.parentpom/ppom/ -->
<dependency>
<groupId>io.github.parentpom</groupId>
<artifactId>ppom</artifactId>
<version>3.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.parentpom/ppom/
implementation 'io.github.parentpom:ppom:3.7.0'
// https://jarcasting.com/artifacts/io.github.parentpom/ppom/
implementation ("io.github.parentpom:ppom:3.7.0")
'io.github.parentpom:ppom:pom:3.7.0'
<dependency org="io.github.parentpom" name="ppom" rev="3.7.0">
<artifact name="ppom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.parentpom', module='ppom', version='3.7.0')
)
libraryDependencies += "io.github.parentpom" % "ppom" % "3.7.0"
[io.github.parentpom/ppom "3.7.0"]