License |
License |
---|---|
GroupId | GroupIdio.github.portlek |
ArtifactId | ArtifactIdppom |
Last Version | Last Version2.6.7 |
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-2.6.7.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/ppom/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>ppom</artifactId>
<version>2.6.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/ppom/
implementation 'io.github.portlek:ppom:2.6.7'
// https://jarcasting.com/artifacts/io.github.portlek/ppom/
implementation ("io.github.portlek:ppom:2.6.7")
'io.github.portlek:ppom:pom:2.6.7'
<dependency org="io.github.portlek" name="ppom" rev="2.6.7">
<artifact name="ppom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='ppom', version='2.6.7')
)
libraryDependencies += "io.github.portlek" % "ppom" % "2.6.7"
[io.github.portlek/ppom "2.6.7"]