GroupId | GroupIdorg.restcomm.commons |
---|---|
ArtifactId | ArtifactIdcommons-congestion |
Version | Version2.0.140 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restcomm.commons/commons-congestion/ -->
<dependency>
<groupId>org.restcomm.commons</groupId>
<artifactId>commons-congestion</artifactId>
<version>2.0.140</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.commons/commons-congestion/
implementation 'org.restcomm.commons:commons-congestion:2.0.140'
// https://jarcasting.com/artifacts/org.restcomm.commons/commons-congestion/
implementation ("org.restcomm.commons:commons-congestion:2.0.140")
'org.restcomm.commons:commons-congestion:jar:2.0.140'
<dependency org="org.restcomm.commons" name="commons-congestion" rev="2.0.140">
<artifact name="commons-congestion" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.commons', module='commons-congestion', version='2.0.140')
)
libraryDependencies += "org.restcomm.commons" % "commons-congestion" % "2.0.140"
[org.restcomm.commons/commons-congestion "2.0.140"]