MVN

tz.co.asoft : test-coroutines

Maven & Gradle

Aug 02, 2021
6 usages

test-coroutines · An extension to the test-core artifact to help testing coroutines

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

Latest Version

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

  • Latest Stable: 1.1.40

All Versions

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

Version Vulnerabilities Updated
1.1.x
test-coroutines-1.1.40
test-coroutines-1.1.32
test-coroutines-1.1.31
test-coroutines-1.1.30
test-coroutines-1.1.20
test-coroutines-1.1.10
test-coroutines-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>tz.co.asoft</groupId>
    <artifactId>test-coroutines</artifactId>
    <version>1.1.40</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tz.co.asoft:test-coroutines:1.1.40'

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

implementation("tz.co.asoft:test-coroutines:1.1.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "tz.co.asoft" % "test-coroutines" % "1.1.40"

Advertisement