Turbine

A small testing library for kotlinx.coroutines Flow.

License

License

GroupId

GroupId

app.cash.turbine
ArtifactId

ArtifactId

turbine
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

pom
Description

Description

Turbine
A small testing library for kotlinx.coroutines Flow.
Project URL

Project URL

https://github.com/cashapp/turbine/
Source Code Management

Source Code Management

https://github.com/cashapp/turbine/

Download turbine

How to add to project

<!-- https://jarcasting.com/artifacts/app.cash.turbine/turbine/ -->
<dependency>
    <groupId>app.cash.turbine</groupId>
    <artifactId>turbine</artifactId>
    <version>0.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.turbine/turbine/
implementation 'app.cash.turbine:turbine:0.8.0'
// https://jarcasting.com/artifacts/app.cash.turbine/turbine/
implementation ("app.cash.turbine:turbine:0.8.0")
'app.cash.turbine:turbine:pom:0.8.0'
<dependency org="app.cash.turbine" name="turbine" rev="0.8.0">
  <artifact name="turbine" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.cash.turbine', module='turbine', version='0.8.0')
)
libraryDependencies += "app.cash.turbine" % "turbine" % "0.8.0"
[app.cash.turbine/turbine "0.8.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.6.1
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.21

Project Modules

There are no modules declared in this project.
app.cash.turbine

Cash App

Versions

Version
0.8.0
0.7.0
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.5.0-rc1
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0