MVN

cz.cvut.fit.maven : root-parent

Maven & Gradle

Mar 05, 2016
0 stars

Root Parent · Parent POM for FIT CTU's projects.

<dependency>
    <groupId>cz.cvut.fit.maven</groupId>
    <artifactId>root-parent</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.cvut.fit.maven : root-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of cz.cvut.fit.maven : root-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
root-parent-2.3.1
2.2.x
root-parent-2.2.0
2.1.x
root-parent-2.1.5
root-parent-2.1.4
root-parent-2.1.3
root-parent-2.1.2
root-parent-2.1.1
root-parent-2.1.0
2.0.x
root-parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>cz.cvut.fit.maven</groupId>
    <artifactId>root-parent</artifactId>
    <version>2.3.1</version>
</dependency>

Advertisement