Files download
File Operation
scio-redis_2.12-0.12.6.jar download
scio-redis_2.12-0.12.6.pom download
scio-redis_2.12-0.12.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>scio-redis_2.12</artifactId>
  <version>0.12.6</version>
</dependency>
Gradle Groovy
implementation 'com.spotify:scio-redis_2.12:0.12.6'
Gradle Kotlin
implementation("com.spotify:scio-redis_2.12:0.12.6")
Scala SBT
libraryDependencies += "com.spotify" % "scio-redis_2.12" % "0.12.6"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='scio-redis_2.12', version='0.12.6')
)
Apache Ivy
<dependency org="com.spotify" name="scio-redis_2.12" rev="0.12.6" />
Leiningen
[com.spotify/scio-redis_2.12 "0.12.6"]
Apache Buildr
'com.spotify:scio-redis_2.12:jar:0.12.6'