MVN

chat.sdk : xmpp-app

Maven & Gradle

Aug 22, 2023
1.6k stars

Chat SDK · Open Source Instant Messaging Framework

<dependency>
    <groupId>chat.sdk</groupId>
    <artifactId>xmpp-app</artifactId>
    <version>5.4.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of chat.sdk : xmpp-app to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.30

All Versions

Choose a version of chat.sdk : xmpp-app to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
xmpp-app-5.6.1
5.5.x
xmpp-app-5.5.9
xmpp-app-5.5.6
xmpp-app-5.5.0
xmpp-app-5.5.0s
5.4.x
xmpp-app-5.4.30
xmpp-app-5.4.21
xmpp-app-5.4.20
xmpp-app-5.4.19

How to add a dependency to Maven

Add the following chat.sdk : xmpp-app maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>chat.sdk</groupId>
    <artifactId>xmpp-app</artifactId>
    <version>5.4.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following chat.sdk : xmpp-app gradle dependency to your build.gradle file:

implementation 'chat.sdk:xmpp-app:5.4.30'

Gradle Kotlin DSL: Add the following chat.sdk : xmpp-app gradle kotlin dependency to your build.gradle.kts file:

implementation("chat.sdk:xmpp-app:5.4.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following chat.sdk : xmpp-app sbt scala dependency to your build.sbt file:

libraryDependencies += "chat.sdk" % "xmpp-app" % "5.4.30"

Advertisement