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