License |
License |
---|---|
GroupId | GroupIdapp.cash.turbine |
ArtifactId | ArtifactIdturbine |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTurbine
A small testing library for kotlinx.coroutines Flow.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
turbine-0.8.0.pom | |
turbine-0.8.0-sources.jar | 261 bytes |
turbine-0.8.0-javadoc.jar | 12 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.21 |