MVN

io.github.imrobin : parent

Maven & Gradle

Mar 18, 2023

parent · The parent project

<dependency>
    <groupId>io.github.imrobin</groupId>
    <artifactId>parent</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.imrobin : parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.3

All Versions

Choose a version of io.github.imrobin : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
parent-3.0.3
parent-3.0.2
parent-3.0.1
parent-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.imrobin</groupId>
    <artifactId>parent</artifactId>
    <version>3.0.3</version>
</dependency>

Advertisement