MVN

org.mobicents.resources : mobicents-slee-ra-diameter-cca-ratype

Maven & Gradle

Jan 29, 2016
2 usages
<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>mobicents-slee-ra-diameter-cca-ratype</artifactId>
    <version>2.8.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.8.18

All Versions

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

Version Vulnerabilities Updated
2.8.x
mobicents-slee-ra-diameter-cca-ratype-2.8.18
mobicents-slee-ra-diameter-cca-ratype-2.8.17
mobicents-slee-ra-diameter-cca-ratype-2.8.15
mobicents-slee-ra-diameter-cca-ratype-2.8.14
mobicents-slee-ra-diameter-cca-ratype-2.8.13
mobicents-slee-ra-diameter-cca-ratype-2.8.12
mobicents-slee-ra-diameter-cca-ratype-2.8.11
mobicents-slee-ra-diameter-cca-ratype-2.8.10
mobicents-slee-ra-diameter-cca-ratype-2.8.9
mobicents-slee-ra-diameter-cca-ratype-2.8.8
mobicents-slee-ra-diameter-cca-ratype-2.8.7
2.7.x
mobicents-slee-ra-diameter-cca-ratype-2.7.1.FINAL

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mobicents.resources</groupId>
    <artifactId>mobicents-slee-ra-diameter-cca-ratype</artifactId>
    <version>2.8.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mobicents.resources:mobicents-slee-ra-diameter-cca-ratype:2.8.18'

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

implementation("org.mobicents.resources:mobicents-slee-ra-diameter-cca-ratype:2.8.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mobicents.resources" % "mobicents-slee-ra-diameter-cca-ratype" % "2.8.18"