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