GroupId | GroupIdapp.cash.turbine |
---|---|
ArtifactId | ArtifactIdturbine |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
turbine-0.3.0.pom | |
turbine-0.3.0-sources.jar | 261 bytes |
turbine-0.3.0-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/app.cash.turbine/turbine/ -->
<dependency>
<groupId>app.cash.turbine</groupId>
<artifactId>turbine</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/app.cash.turbine/turbine/
implementation 'app.cash.turbine:turbine:0.3.0'
// https://jarcasting.com/artifacts/app.cash.turbine/turbine/
implementation ("app.cash.turbine:turbine:0.3.0")
'app.cash.turbine:turbine:pom:0.3.0'
<dependency org="app.cash.turbine" name="turbine" rev="0.3.0">
<artifact name="turbine" type="pom" />
</dependency>
@Grapes(
@Grab(group='app.cash.turbine', module='turbine', version='0.3.0')
)
libraryDependencies += "app.cash.turbine" % "turbine" % "0.3.0"
[app.cash.turbine/turbine "0.3.0"]