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