MVN

com.cedarsoft.commons : concurrent-kotlin

Maven & Gradle

Jul 22, 2019
1 usages
2 stars

commons.Concurrent Kotlin · Path: :open:commons:concurrent-kotlin

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>concurrent-kotlin</artifactId>
    <version>8.9.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.commons : concurrent-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.2

All Versions

Choose a version of com.cedarsoft.commons : concurrent-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.9.x
concurrent-kotlin-8.9.2
concurrent-kotlin-8.9.1
concurrent-kotlin-8.9.0
8.8.x
concurrent-kotlin-8.8.1
concurrent-kotlin-8.8.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>concurrent-kotlin</artifactId>
    <version>8.9.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.commons : concurrent-kotlin gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.commons:concurrent-kotlin:8.9.2'

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

implementation("com.cedarsoft.commons:concurrent-kotlin:8.9.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.commons : concurrent-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.commons" % "concurrent-kotlin" % "8.9.2"

Advertisement