MVN

tz.co.asoft : kotlinx-coroutines-test-macosx64

Maven & Gradle

Jan 07, 2022
2 usages

kotlinx-coroutines-test · A Patch to provide universal dispatchers

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>kotlinx-coroutines-test-macosx64</artifactId>
    <version>1.4.50</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tz.co.asoft : kotlinx-coroutines-test-macosx64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.50

All Versions

Choose a version of tz.co.asoft : kotlinx-coroutines-test-macosx64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
kotlinx-coroutines-test-macosx64-1.4.50
kotlinx-coroutines-test-macosx64-1.4.40
kotlinx-coroutines-test-macosx64-1.4.30
kotlinx-coroutines-test-macosx64-1.4.20
kotlinx-coroutines-test-macosx64-1.4.12
kotlinx-coroutines-test-macosx64-1.4.11
kotlinx-coroutines-test-macosx64-1.4.10
kotlinx-coroutines-test-macosx64-1.4.0
0.1.x
kotlinx-coroutines-test-macosx64-0.1.10

How to add a dependency to Maven

Add the following tz.co.asoft : kotlinx-coroutines-test-macosx64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>kotlinx-coroutines-test-macosx64</artifactId>
    <version>1.4.50</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tz.co.asoft : kotlinx-coroutines-test-macosx64 gradle dependency to your build.gradle file:

implementation 'tz.co.asoft:kotlinx-coroutines-test-macosx64:1.4.50'

Gradle Kotlin DSL: Add the following tz.co.asoft : kotlinx-coroutines-test-macosx64 gradle kotlin dependency to your build.gradle.kts file:

implementation("tz.co.asoft:kotlinx-coroutines-test-macosx64:1.4.50")

How to add a dependency to SBT Scala

SBT Scala: Add the following tz.co.asoft : kotlinx-coroutines-test-macosx64 sbt scala dependency to your build.sbt file:

libraryDependencies += "tz.co.asoft" % "kotlinx-coroutines-test-macosx64" % "1.4.50"

Advertisement