MVN

org.mobicents.resources : restcomm-slee-ra-xmpp-ratype

Maven & Gradle

Sep 29, 2017
1 usages
<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>restcomm-slee-ra-xmpp-ratype</artifactId>
    <version>2.9.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.resources : restcomm-slee-ra-xmpp-ratype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.15

All Versions

Choose a version of org.mobicents.resources : restcomm-slee-ra-xmpp-ratype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
restcomm-slee-ra-xmpp-ratype-7.1.9
restcomm-slee-ra-xmpp-ratype-7.1.8
restcomm-slee-ra-xmpp-ratype-7.1.7
7.0.x
restcomm-slee-ra-xmpp-ratype-7.0.6
restcomm-slee-ra-xmpp-ratype-7.0.5
3.0.x
restcomm-slee-ra-xmpp-ratype-3.0.4
restcomm-slee-ra-xmpp-ratype-3.0.3
restcomm-slee-ra-xmpp-ratype-3.0.2
restcomm-slee-ra-xmpp-ratype-3.0.1
2.9.x
restcomm-slee-ra-xmpp-ratype-2.9.15
restcomm-slee-ra-xmpp-ratype-2.9.14
restcomm-slee-ra-xmpp-ratype-2.9.13
2.8.x
restcomm-slee-ra-xmpp-ratype-2.8.12
restcomm-slee-ra-xmpp-ratype-2.8.11
restcomm-slee-ra-xmpp-ratype-2.8.10
restcomm-slee-ra-xmpp-ratype-2.8.9
restcomm-slee-ra-xmpp-ratype-2.8.8
restcomm-slee-ra-xmpp-ratype-2.8.7
restcomm-slee-ra-xmpp-ratype-2.8.6
restcomm-slee-ra-xmpp-ratype-2.8.4
restcomm-slee-ra-xmpp-ratype-2.8.3

How to add a dependency to Maven

Add the following org.mobicents.resources : restcomm-slee-ra-xmpp-ratype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>restcomm-slee-ra-xmpp-ratype</artifactId>
    <version>2.9.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.resources : restcomm-slee-ra-xmpp-ratype gradle dependency to your build.gradle file:

implementation 'org.mobicents.resources:restcomm-slee-ra-xmpp-ratype:2.9.15'

Gradle Kotlin DSL: Add the following org.mobicents.resources : restcomm-slee-ra-xmpp-ratype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.resources:restcomm-slee-ra-xmpp-ratype:2.9.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.resources : restcomm-slee-ra-xmpp-ratype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.resources" % "restcomm-slee-ra-xmpp-ratype" % "2.9.15"