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