How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opencord</groupId>
<artifactId>aaa</artifactId>
<version>2.10.3</version>
</dependency>
Choose a version of org.opencord : aaa to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
aaa-2.10.3
|
||
2.9.x |
aaa-2.9.0
|
||
2.7.x |
aaa-2.7.0
|
||
2.6.x |
aaa-2.6.0
|
||
2.5.x |
aaa-2.5.0
|
||
2.4.x |
aaa-2.4.0
|
||
2.3.x |
aaa-2.3.0
|
||
2.2.x |
aaa-2.2.0
|
||
2.1.x |
aaa-2.1.0
|
||
2.0.x |
aaa-2.0.2
|
||
aaa-2.0.1
|
|||
aaa-2.0.0
|
|||
1.10.x |
aaa-1.10.1
|
||
aaa-1.10.0
|
|||
1.9.x |
aaa-1.9.0
|
||
1.8.x |
aaa-1.8.0
|
||
1.6.x |
aaa-1.6.0
|
||
1.5.x |
aaa-1.5.0
|
||
1.4.x |
aaa-1.4.0
|
||
1.3.x |
aaa-1.3.0
|
||
1.2.x |
aaa-1.2.0
|
||
1.1 |
aaa-1.1-rc1
|
||
1.0.x |
aaa-1.0.0
|
||
aaa-1.0.0-rc1
|
|||
1.0 |
aaa-1.0-rc4
|
||
aaa-1.0-rc3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.opencord</groupId>
<artifactId>aaa</artifactId>
<version>2.10.3</version>
</dependency>
Advertisement