How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>netty-remoting</artifactId>
<version>0.6.0-RELEASE</version>
</dependency>
Choose a version of link.thingscloud : netty-remoting to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6.x |
netty-remoting-0.6.0-RELEASE
|
||
0.5.x |
netty-remoting-0.5.0-RELEASE
|
||
0.4.x |
netty-remoting-0.4.0-RELEASE
|
||
0.2.x |
netty-remoting-0.2.0
|
||
0.1.x |
netty-remoting-0.1.0-RELEASE
|
||
netty-remoting-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>netty-remoting</artifactId>
<version>0.6.0-RELEASE</version>
</dependency>
Advertisement