How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.i-novus.ms.rdm</groupId>
<artifactId>rdm</artifactId>
<version>4.16.0</version>
</dependency>
Choose a version of ru.i-novus.ms.rdm : rdm to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.16.x |
rdm-4.16.0
|
||
4.15.x |
rdm-4.15.0
|
||
4.14.x |
rdm-4.14.0
|
||
4.13.x |
rdm-4.13.0
|
||
4.12.x |
rdm-4.12.0
|
||
4.11.x |
rdm-4.11.0
|
||
4.9.x |
rdm-4.9.1
|
||
rdm-4.9.0
|
|||
4.4.x |
rdm-4.4.0
|
||
4.3.x |
rdm-4.3.2
|
||
4.0.x |
rdm-4.0.0
|
||
3.3.x |
rdm-3.3.2
|
||
rdm-3.3.1
|
|||
rdm-3.3.0
|
|||
3.2.x |
rdm-3.2.2
|
||
rdm-3.2.1
|
|||
rdm-3.2.0
|
|||
3.1.x |
rdm-3.1.16
|
||
rdm-3.1.15
|
|||
1.128.x |
rdm-1.128.3
|
||
1.113.x |
rdm-1.113.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.i-novus.ms.rdm</groupId>
<artifactId>rdm</artifactId>
<version>4.16.0</version>
</dependency>
Advertisement