Files download
File Operation
scio-bom-0.14.9.pom download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>scio-bom</artifactId>
  <version>0.14.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.spotify:scio-bom:0.14.9'
Gradle Kotlin
implementation("com.spotify:scio-bom:0.14.9")
Scala SBT
libraryDependencies += "com.spotify" % "scio-bom" % "0.14.9"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='scio-bom', version='0.14.9')
)
Apache Ivy
<dependency org="com.spotify" name="scio-bom" rev="0.14.9" />
Leiningen
[com.spotify/scio-bom "0.14.9"]
Apache Buildr
'com.spotify:scio-bom:jar:0.14.9'
Dependencies
The project has no third-party dependencies