MVN

org.mobicents.commons : commons-congestion

Maven & Gradle

Jun 28, 2016
3 usages

Mobicents Commons Congestion

<dependency>
    <groupId>org.mobicents.commons</groupId>
    <artifactId>commons-congestion</artifactId>
    <version>1.0.139</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mobicents.commons : commons-congestion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.139

All Versions

Choose a version of org.mobicents.commons : commons-congestion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
commons-congestion-1.0.139
commons-congestion-1.0.138
commons-congestion-1.0.137
commons-congestion-1.0.136
commons-congestion-1.0.135
commons-congestion-1.0.134
commons-congestion-1.0.133
commons-congestion-1.0.132
commons-congestion-1.0.131
commons-congestion-1.0.130
commons-congestion-1.0.129
commons-congestion-1.0.128
commons-congestion-1.0.127
commons-congestion-1.0.126
commons-congestion-1.0.125
commons-congestion-1.0.124
commons-congestion-1.0.123
commons-congestion-1.0.122
commons-congestion-1.0.121
commons-congestion-1.0.120
commons-congestion-1.0.119
commons-congestion-1.0.118
commons-congestion-1.0.117
commons-congestion-1.0.116
commons-congestion-1.0.114
commons-congestion-1.0.113

How to add a dependency to Maven

Add the following org.mobicents.commons : commons-congestion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mobicents.commons</groupId>
    <artifactId>commons-congestion</artifactId>
    <version>1.0.139</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mobicents.commons : commons-congestion gradle dependency to your build.gradle file:

implementation 'org.mobicents.commons:commons-congestion:1.0.139'

Gradle Kotlin DSL: Add the following org.mobicents.commons : commons-congestion gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mobicents.commons:commons-congestion:1.0.139")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mobicents.commons : commons-congestion sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mobicents.commons" % "commons-congestion" % "1.0.139"