How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
<version>1.0.4</version>
</dependency>
Choose a version of org.apache.ratis : ratis-thirdparty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
ratis-thirdparty-1.0.4
|
||
ratis-thirdparty-1.0.3
|
|||
ratis-thirdparty-1.0.2
|
|||
ratis-thirdparty-1.0.1
|
|||
ratis-thirdparty-1.0.0
|
|||
0.7.x |
ratis-thirdparty-0.7.0
|
||
0.6.x |
ratis-thirdparty-0.6.0
|
||
0.5.x |
ratis-thirdparty-0.5.0
|
||
0.4.x |
ratis-thirdparty-0.4.0
|
||
0.3.x |
ratis-thirdparty-0.3.0
|
||
0.2.x |
ratis-thirdparty-0.2.0
|
||
0.1.x |
ratis-thirdparty-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.ratis</groupId>
<artifactId>ratis-thirdparty</artifactId>
<version>1.0.4</version>
</dependency>
Advertisement