MVN

app.cash.turbine : turbine-jvm

Maven & Gradle

Jun 21, 2023
2 usages
2.3k stars

Turbine · A small testing library for kotlinx.coroutines Flow.

<dependency>
    <groupId>app.cash.turbine</groupId>
    <artifactId>turbine-jvm</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.cash.turbine : turbine-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 0.5.0-rc1

All Versions

Choose a version of app.cash.turbine : turbine-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
turbine-jvm-1.0.0
0.13.x
turbine-jvm-0.13.0
0.12.x
turbine-jvm-0.12.3
turbine-jvm-0.12.2
turbine-jvm-0.12.1
turbine-jvm-0.12.0
0.11.x
turbine-jvm-0.11.0
0.10.x
turbine-jvm-0.10.0
0.9.x
turbine-jvm-0.9.0
0.8.x
turbine-jvm-0.8.0
0.7.x
turbine-jvm-0.7.0
0.6.x
turbine-jvm-0.6.1
turbine-jvm-0.6.0
0.5.x
turbine-jvm-0.5.2
turbine-jvm-0.5.1
turbine-jvm-0.5.0
turbine-jvm-0.5.0-rc1
0.4.x
turbine-jvm-0.4.1
turbine-jvm-0.4.0
0.3.x
turbine-jvm-0.3.0
0.2.x
turbine-jvm-0.2.1
turbine-jvm-0.2.0
0.1.x
turbine-jvm-0.1.1
turbine-jvm-0.1.0

How to add a dependency to Maven

Add the following app.cash.turbine : turbine-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.cash.turbine</groupId>
    <artifactId>turbine-jvm</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.cash.turbine : turbine-jvm gradle dependency to your build.gradle file:

implementation 'app.cash.turbine:turbine-jvm:1.0.0'

Gradle Kotlin DSL: Add the following app.cash.turbine : turbine-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("app.cash.turbine:turbine-jvm:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.cash.turbine : turbine-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "app.cash.turbine" % "turbine-jvm" % "1.0.0"

Advertisement