MVN

com.willowtreeapps.assertk : assertk-coroutines

Maven & Gradle

May 19, 2023
724 stars

assertk-coroutines · Assertions for Kotlin inspired by assertj

<dependency>
    <groupId>com.willowtreeapps.assertk</groupId>
    <artifactId>assertk-coroutines</artifactId>
    <version>0.26.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.willowtreeapps.assertk : assertk-coroutines to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.26.1

All Versions

Choose a version of com.willowtreeapps.assertk : assertk-coroutines to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.26.x
assertk-coroutines-0.26.1
0.26
assertk-coroutines-0.26
0.25
assertk-coroutines-0.25
0.24
assertk-coroutines-0.24
0.23.x
assertk-coroutines-0.23.1
0.23
assertk-coroutines-0.23

How to add a dependency to Maven

Add the following com.willowtreeapps.assertk : assertk-coroutines maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.willowtreeapps.assertk</groupId>
    <artifactId>assertk-coroutines</artifactId>
    <version>0.26.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.willowtreeapps.assertk : assertk-coroutines gradle dependency to your build.gradle file:

implementation 'com.willowtreeapps.assertk:assertk-coroutines:0.26.1'

Gradle Kotlin DSL: Add the following com.willowtreeapps.assertk : assertk-coroutines gradle kotlin dependency to your build.gradle.kts file:

implementation("com.willowtreeapps.assertk:assertk-coroutines:0.26.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.willowtreeapps.assertk : assertk-coroutines sbt scala dependency to your build.sbt file:

libraryDependencies += "com.willowtreeapps.assertk" % "assertk-coroutines" % "0.26.1"

Advertisement