MVN

io.github.shiruka : pom

Maven & Gradle

Sep 17, 2020

pom · Parent pom project for Shiru ka's repositories.

<dependency>
    <groupId>io.github.shiruka</groupId>
    <artifactId>pom</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shiruka : pom to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of io.github.shiruka : pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
pom-1.1
1.0
pom-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.shiruka</groupId>
    <artifactId>pom</artifactId>
    <version>1.1</version>
</dependency>

Advertisement