MVN

org.mobicents.examples : restcomm-slee-connectivity-example-modules

Maven & Gradle

Sep 05, 2017

RestComm SLEE Connectivity Example Modules

<dependency>
    <groupId>org.mobicents.examples</groupId>
    <artifactId>restcomm-slee-connectivity-example-modules</artifactId>
    <version>7.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.examples : restcomm-slee-connectivity-example-modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.1.14

All Versions

Choose a version of org.mobicents.examples : restcomm-slee-connectivity-example-modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.1.x
restcomm-slee-connectivity-example-modules-7.1.14
restcomm-slee-connectivity-example-modules-7.1.13
restcomm-slee-connectivity-example-modules-7.1.12
restcomm-slee-connectivity-example-modules-7.1.11
restcomm-slee-connectivity-example-modules-7.1.10
7.0.x
restcomm-slee-connectivity-example-modules-7.0.9
restcomm-slee-connectivity-example-modules-7.0.8
3.0.x
restcomm-slee-connectivity-example-modules-3.0.7
restcomm-slee-connectivity-example-modules-3.0.6
restcomm-slee-connectivity-example-modules-3.0.5
restcomm-slee-connectivity-example-modules-3.0.4
restcomm-slee-connectivity-example-modules-3.0.3
restcomm-slee-connectivity-example-modules-3.0.2
restcomm-slee-connectivity-example-modules-3.0.1
2.8.x
restcomm-slee-connectivity-example-modules-2.8.129
restcomm-slee-connectivity-example-modules-2.8.128

How to add a dependency to Maven

Add the following org.mobicents.examples : restcomm-slee-connectivity-example-modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.examples</groupId>
    <artifactId>restcomm-slee-connectivity-example-modules</artifactId>
    <version>7.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.examples : restcomm-slee-connectivity-example-modules gradle dependency to your build.gradle file:

implementation 'org.mobicents.examples:restcomm-slee-connectivity-example-modules:7.1.14'

Gradle Kotlin DSL: Add the following org.mobicents.examples : restcomm-slee-connectivity-example-modules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.examples:restcomm-slee-connectivity-example-modules:7.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.examples : restcomm-slee-connectivity-example-modules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.examples" % "restcomm-slee-connectivity-example-modules" % "7.1.14"