is not current version
Last Version 1.1

io.github.shiruka:pom 1.0

Parent pom project for Shiru ka's repositories.

GroupId

GroupId

io.github.shiruka
ArtifactId

ArtifactId

pom
Version

Version

1.0
Type

Type

jar

Download pom 1.0

Filename Size
pom-1.0.pom 4 KB
pom-1.0-javadoc.jar 245 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.shiruka/pom/ -->
<dependency>
    <groupId>io.github.shiruka</groupId>
    <artifactId>pom</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shiruka/pom/
implementation 'io.github.shiruka:pom:1.0'
// https://jarcasting.com/artifacts/io.github.shiruka/pom/
implementation ("io.github.shiruka:pom:1.0")
'io.github.shiruka:pom:jar:1.0'
<dependency org="io.github.shiruka" name="pom" rev="1.0">
  <artifact name="pom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shiruka', module='pom', version='1.0')
)
libraryDependencies += "io.github.shiruka" % "pom" % "1.0"
[io.github.shiruka/pom "1.0"]