How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cherrythefatbunny</groupId>
<artifactId>reactive-dubbo</artifactId>
<version>2.10.10.10</version>
</dependency>
Choose a version of com.github.cherrythefatbunny : reactive-dubbo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
reactive-dubbo-2.10.10.10
|
||
reactive-dubbo-2.10.10
|
|||
2.x.x |
reactive-dubbo-2.x.x
|
||
1.0.x |
reactive-dubbo-1.0.2
|
||
reactive-dubbo-1.0.1
|
|||
reactive-dubbo-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.cherrythefatbunny</groupId>
<artifactId>reactive-dubbo</artifactId>
<version>2.10.10.10</version>
</dependency>
Advertisement