MVN

io.github.drewctaylor : maven

Maven & Gradle

Apr 03, 2022
0 stars

A maven parent POM.

<dependency>
    <groupId>io.github.drewctaylor</groupId>
    <artifactId>maven</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.drewctaylor : maven to add to Maven - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of io.github.drewctaylor : maven to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
maven-0.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.drewctaylor</groupId>
    <artifactId>maven</artifactId>
    <version>0.0.2</version>
</dependency>