MVN

fr.irit.smac : parent-central

Maven & Gradle

Mar 13, 2021
0 stars

Parent POM for all fr.irit.smac artifacts deployed to Maven Central

<dependency>
    <groupId>fr.irit.smac</groupId>
    <artifactId>parent-central</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.irit.smac : parent-central to add to Maven - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of fr.irit.smac : parent-central to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
parent-central-0.0.3
parent-central-0.0.2
parent-central-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>fr.irit.smac</groupId>
    <artifactId>parent-central</artifactId>
    <version>0.0.3</version>
</dependency>

Advertisement