MVN

rocks.xmpp : xmpp-websocket

Maven & Gradle

Jan 08, 2023

XMPP.rocks - WebSocket (RFC 7395) · XMPP Subprotocol for WebSocket

<dependency>
    <groupId>rocks.xmpp</groupId>
    <artifactId>xmpp-websocket</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of rocks.xmpp : xmpp-websocket to add to Maven - Latest Versions:

  • Latest Stable: 0.9.1
  • Latest Beta: 0.7.0-beta-1

All Versions

Choose a version of rocks.xmpp : xmpp-websocket to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
xmpp-websocket-0.9.1
xmpp-websocket-0.9.0
0.8.x
xmpp-websocket-0.8.2
xmpp-websocket-0.8.1
xmpp-websocket-0.8.0
0.7.x
xmpp-websocket-0.7.5
xmpp-websocket-0.7.4
xmpp-websocket-0.7.3
xmpp-websocket-0.7.2
xmpp-websocket-0.7.1
xmpp-websocket-0.7.0
xmpp-websocket-0.7.0-beta-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>rocks.xmpp</groupId>
    <artifactId>xmpp-websocket</artifactId>
    <version>0.9.1</version>
</dependency>

Advertisement