How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.i-novus.components</groupId>
<artifactId>cdv</artifactId>
<version>2.8</version>
</dependency>
Choose a version of ru.i-novus.components : cdv to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.8 |
cdv-2.8
|
||
2.7 |
cdv-2.7
|
||
2.6 |
cdv-2.6
|
||
2.5 |
cdv-2.5
|
||
1.6 |
cdv-1.6
|
||
1.5 |
cdv-1.5
|
||
1.4 |
cdv-1.4
|
||
1.3 |
cdv-1.3
|
||
1.2 |
cdv-1.2
|
||
1.1 |
cdv-1.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>ru.i-novus.components</groupId>
<artifactId>cdv</artifactId>
<version>2.8</version>
</dependency>
Advertisement