How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-nio-netty</artifactId>
<version>0.9.1</version>
</dependency>
Choose a version of rocks.xmpp : xmpp-nio-netty to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
xmpp-nio-netty-0.9.1
|
||
xmpp-nio-netty-0.9.0
|
|||
0.8.x |
xmpp-nio-netty-0.8.2
|
||
xmpp-nio-netty-0.8.1
|
|||
xmpp-nio-netty-0.8.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>rocks.xmpp</groupId>
<artifactId>xmpp-nio-netty</artifactId>
<version>0.9.1</version>
</dependency>
Advertisement