MVN

io.github.oliviercailloux : gpom

Maven & Gradle

Feb 25, 2020
0 stars

oliviercailloux GPOM · A simple POM with reasonable defaults, including the Guava dependency, for use in Maven artifacts under the io.github.oliviercailloux group id.

<dependency>
    <groupId>io.github.oliviercailloux</groupId>
    <artifactId>gpom</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.oliviercailloux : gpom to add to Maven - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of io.github.oliviercailloux : gpom to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
gpom-0.0.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.oliviercailloux</groupId>
    <artifactId>gpom</artifactId>
    <version>0.0.4</version>
</dependency>

Advertisement