MVN

fr.mazerty : core

Maven & Gradle

Aug 25, 2017
0 stars

Parent POM for all my Java-based projects

<dependency>
    <groupId>fr.mazerty</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.mazerty : core to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of fr.mazerty : core to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
core-1.0.1
core-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fr.mazerty</groupId>
    <artifactId>core</artifactId>
    <version>1.0.1</version>
</dependency>

Advertisement