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