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