GroupId | GroupIdio.github.parentpom |
---|---|
ArtifactId | ArtifactIdppom |
Version | Version3.1.1 |
Type | Typepom |
Filename | Size |
---|---|
ppom-3.1.1.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.parentpom/ppom/ -->
<dependency>
<groupId>io.github.parentpom</groupId>
<artifactId>ppom</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.parentpom/ppom/
implementation 'io.github.parentpom:ppom:3.1.1'
// https://jarcasting.com/artifacts/io.github.parentpom/ppom/
implementation ("io.github.parentpom:ppom:3.1.1")
'io.github.parentpom:ppom:pom:3.1.1'
<dependency org="io.github.parentpom" name="ppom" rev="3.1.1">
<artifact name="ppom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.parentpom', module='ppom', version='3.1.1')
)
libraryDependencies += "io.github.parentpom" % "ppom" % "3.1.1"
[io.github.parentpom/ppom "3.1.1"]