How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.mhus.cherry.reactive</groupId>
<artifactId>reactive-tools</artifactId>
<version>7.2.0</version>
</dependency>
Choose a version of de.mhus.cherry.reactive : reactive-tools to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.2.x |
reactive-tools-7.2.0
|
||
7.1.x |
reactive-tools-7.1.0
|
||
7.0.x |
reactive-tools-7.0.0
|
||
6.3.x |
reactive-tools-6.3.0
|
||
1.6.x |
reactive-tools-1.6.2
|
||
reactive-tools-1.6.1
|
|||
reactive-tools-1.6.0
|
|||
1.5.x |
reactive-tools-1.5.0
|
||
1.0.x |
reactive-tools-1.0.2
|
||
reactive-tools-1.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.mhus.cherry.reactive</groupId>
<artifactId>reactive-tools</artifactId>
<version>7.2.0</version>
</dependency>
Advertisement