How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.3.0</version>
</dependency>
Choose a version of org.into-cps.maestro : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
root-2.3.0
|
||
2.2.x |
root-2.2.5
|
||
root-2.2.4
|
|||
root-2.2.3
|
|||
root-2.2.2
|
|||
root-2.2.1
|
|||
2.1.x |
root-2.1.9
|
||
root-2.1.8
|
|||
root-2.1.7
|
|||
root-2.1.6
|
|||
root-2.1.5
|
|||
root-2.1.4
|
|||
2.0.x |
root-2.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>root</artifactId>
<version>2.3.0</version>
</dependency>
Advertisement