MVN

org.restcomm.protocols.ss7.congestion : congestion

Maven & Gradle

Aug 03, 2018
12 usages
141 stars
<dependency>
    <groupId>org.restcomm.protocols.ss7.congestion</groupId>
    <artifactId>congestion</artifactId>
    <version>8.0.0-179</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.restcomm.protocols.ss7.congestion : congestion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.0-179

All Versions

Choose a version of org.restcomm.protocols.ss7.congestion : congestion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
congestion-8.0.0-179
congestion-8.0.0-177
congestion-8.0.0-176
congestion-8.0.0-175
congestion-8.0.0-174
congestion-8.0.0-173
congestion-8.0.0-170
congestion-8.0.0-169
congestion-8.0.0-168
congestion-8.0.0-166
congestion-8.0.0-165
congestion-8.0.0-164
congestion-8.0.0-161
congestion-8.0.0-160
congestion-8.0.0-153
congestion-8.0.0-152
congestion-8.0.0-151
congestion-8.0.0-149
congestion-8.0.0-145
congestion-8.0.0-142
congestion-8.0.0-140
congestion-8.0.0-139
congestion-8.0.0-136

How to add a dependency to Maven

Add the following org.restcomm.protocols.ss7.congestion : congestion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.restcomm.protocols.ss7.congestion</groupId>
    <artifactId>congestion</artifactId>
    <version>8.0.0-179</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.restcomm.protocols.ss7.congestion : congestion gradle dependency to your build.gradle file:

implementation 'org.restcomm.protocols.ss7.congestion:congestion:8.0.0-179'

Gradle Kotlin DSL: Add the following org.restcomm.protocols.ss7.congestion : congestion gradle kotlin dependency to your build.gradle.kts file:

implementation("org.restcomm.protocols.ss7.congestion:congestion:8.0.0-179")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.restcomm.protocols.ss7.congestion : congestion sbt scala dependency to your build.sbt file:

libraryDependencies += "org.restcomm.protocols.ss7.congestion" % "congestion" % "8.0.0-179"

Advertisement