MVN

org.mobicents.resources : restcomm-slee-ra-statistics-ra

Maven & Gradle

Oct 04, 2017
<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>restcomm-slee-ra-statistics-ra</artifactId>
    <version>2.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.9.2

All Versions

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

Version Vulnerabilities Updated
7.1.x
restcomm-slee-ra-statistics-ra-7.1.76
restcomm-slee-ra-statistics-ra-7.1.75
restcomm-slee-ra-statistics-ra-7.1.68
7.0.x
restcomm-slee-ra-statistics-ra-7.0.71
restcomm-slee-ra-statistics-ra-7.0.67
2.9.x
restcomm-slee-ra-statistics-ra-2.9.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>restcomm-slee-ra-statistics-ra</artifactId>
    <version>2.9.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mobicents.resources:restcomm-slee-ra-statistics-ra:2.9.2'

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

implementation("org.mobicents.resources:restcomm-slee-ra-statistics-ra:2.9.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.resources" % "restcomm-slee-ra-statistics-ra" % "2.9.2"