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