How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.rave</groupId>
<artifactId>rave-providers</artifactId>
<version>0.23</version>
</dependency>
Choose a version of org.apache.rave : rave-providers to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.23 |
rave-providers-0.23
|
||
0.22 |
rave-providers-0.22
|
||
0.21.x |
rave-providers-0.21.1
|
||
0.20.x |
rave-providers-0.20.1
|
||
0.20 |
rave-providers-0.20
|
||
0.19 |
rave-providers-0.19
|
||
0.18 |
rave-providers-0.18
|
||
0.16 |
rave-providers-0.16
|
||
0.15 |
rave-providers-0.15
|
||
0.14 |
rave-providers-0.14
|
||
0.12 |
rave-providers-0.12
|
||
0.11 |
rave-providers-0.11
|
||
0.10.x |
rave-providers-0.10.1
|
||
0.9 |
rave-providers-0.9-incubating
|
||
0.8 |
rave-providers-0.8-incubating
|
||
0.7 |
rave-providers-0.7-incubating
|
||
0.6 |
rave-providers-0.6-incubating
|
||
0.5 |
rave-providers-0.5-incubating
|
||
0.4 |
rave-providers-0.4-incubating
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.rave</groupId>
<artifactId>rave-providers</artifactId>
<version>0.23</version>
</dependency>
Advertisement