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