文件下载
文件名 操作
turbine-jvm-0.5.2.jar 下载
turbine-jvm-0.5.2.pom 下载
turbine-jvm-0.5.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.turbine</groupId>
  <artifactId>turbine-jvm</artifactId>
  <version>0.5.2</version>
</dependency>
Gradle Groovy
implementation 'app.cash.turbine:turbine-jvm:0.5.2'
Gradle Kotlin
implementation("app.cash.turbine:turbine-jvm:0.5.2")
Scala SBT
libraryDependencies += "app.cash.turbine" % "turbine-jvm" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.turbine', module='turbine-jvm', version='0.5.2')
)
Apache Ivy
<dependency org="app.cash.turbine" name="turbine-jvm" rev="0.5.2" />
Leiningen
[app.cash.turbine/turbine-jvm "0.5.2"]
Apache Buildr
'app.cash.turbine:turbine-jvm:jar:0.5.2'