is not current version
Last Version 0.8.0

app.cash.turbine:turbine 0.2.1

A small testing library for kotlinx.coroutines Flow.

GroupId

GroupId

app.cash.turbine
ArtifactId

ArtifactId

turbine
Version

Version

0.2.1
Type

Type

pom

Download turbine 0.2.1


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