MVN

tz.co.asoft : test-coroutines-metadata

Maven & Gradle

Mar 09, 2021

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

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

Latest Version

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

  • Latest Stable: 1.1.20

All Versions

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

Version Vulnerabilities Updated
1.1.x
test-coroutines-metadata-1.1.20
test-coroutines-metadata-1.1.10
test-coroutines-metadata-1.1.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'tz.co.asoft:test-coroutines-metadata:1.1.20'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement