MVN

org.restcomm.commons : commons-concurrent

Maven & Gradle

Oct 06, 2016

Restcomm Commons Concurrent

<dependency>
    <groupId>org.restcomm.commons</groupId>
    <artifactId>commons-concurrent</artifactId>
    <version>2.0.147</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.0.147

All Versions

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

Version Vulnerabilities Updated
2.0.x
commons-concurrent-2.0.147
commons-concurrent-2.0.146
commons-concurrent-2.0.145
commons-concurrent-2.0.144
commons-concurrent-2.0.140

How to add a dependency to Maven

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

<dependency>
    <groupId>org.restcomm.commons</groupId>
    <artifactId>commons-concurrent</artifactId>
    <version>2.0.147</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.restcomm.commons:commons-concurrent:2.0.147'

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

implementation("org.restcomm.commons:commons-concurrent:2.0.147")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.restcomm.commons" % "commons-concurrent" % "2.0.147"