How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
<version>2.9.0</version>
</dependency>
Choose a version of org.opencord : mcast to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.9.x |
mcast-2.9.0
|
||
2.8.x |
mcast-2.8.0
|
||
2.7.x |
mcast-2.7.0
|
||
2.6.x |
mcast-2.6.0
|
||
2.5.x |
mcast-2.5.0
|
||
2.4.x |
mcast-2.4.0
|
||
2.3.x |
mcast-2.3.2
|
||
mcast-2.3.1
|
|||
mcast-2.3.0
|
|||
2.1.x |
mcast-2.1.0
|
||
2.0.x |
mcast-2.0.0
|
||
1.4.x |
mcast-1.4.0
|
||
1.3.x |
mcast-1.3.1
|
||
mcast-1.3.0
|
|||
1.2.x |
mcast-1.2.0
|
||
1.1 |
mcast-1.1-rc1
|
||
1.0.x |
mcast-1.0.0
|
||
mcast-1.0.0-rc1
|
|||
1.0 |
mcast-1.0-rc4
|
||
mcast-1.0-rc3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opencord</groupId>
<artifactId>mcast</artifactId>
<version>2.9.0</version>
</dependency>
Advertisement