p

pom

Parent pom project for Shiru ka's repositories.
https://github.com/shiruka/pom
Files download
File Operation
pom-1.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.shiruka</groupId>
  <artifactId>pom</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.shiruka:pom:1.1'
Gradle Kotlin
implementation("io.github.shiruka:pom:1.1")
Scala SBT
libraryDependencies += "io.github.shiruka" % "pom" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shiruka', module='pom', version='1.1')
)
Apache Ivy
<dependency org="io.github.shiruka" name="pom" rev="1.1" />
Leiningen
[io.github.shiruka/pom "1.1"]
Apache Buildr
'io.github.shiruka:pom:jar:1.1'