How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-remoting</artifactId>
<version>6.3.0</version>
</dependency>
Choose a version of com.alipay.sofa : registry-remoting to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
6.3.x |
registry-remoting-6.3.0
|
||
5.4.x |
registry-remoting-5.4.3
|
||
registry-remoting-5.4.2
|
|||
registry-remoting-5.4.1
|
|||
registry-remoting-5.4.0
|
|||
5.3.x |
registry-remoting-5.3.0
|
||
5.2.x |
registry-remoting-5.2.1
|
||
registry-remoting-5.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.alipay.sofa</groupId>
<artifactId>registry-remoting</artifactId>
<version>6.3.0</version>
</dependency>
Advertisement