is not current version
Last Version 2.0.147

org.restcomm.commons:commons-concurrent 2.0.140


GroupId

GroupId

org.restcomm.commons
ArtifactId

ArtifactId

commons-concurrent
Version

Version

2.0.140
Type

Type

jar

Download commons-concurrent 2.0.140


<!-- https://jarcasting.com/artifacts/org.restcomm.commons/commons-concurrent/ -->
<dependency>
    <groupId>org.restcomm.commons</groupId>
    <artifactId>commons-concurrent</artifactId>
    <version>2.0.140</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm.commons/commons-concurrent/
implementation 'org.restcomm.commons:commons-concurrent:2.0.140'
// https://jarcasting.com/artifacts/org.restcomm.commons/commons-concurrent/
implementation ("org.restcomm.commons:commons-concurrent:2.0.140")
'org.restcomm.commons:commons-concurrent:jar:2.0.140'
<dependency org="org.restcomm.commons" name="commons-concurrent" rev="2.0.140">
  <artifact name="commons-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm.commons', module='commons-concurrent', version='2.0.140')
)
libraryDependencies += "org.restcomm.commons" % "commons-concurrent" % "2.0.140"
[org.restcomm.commons/commons-concurrent "2.0.140"]