<dependency> <groupId>com.spotify</groupId> <artifactId>scio-bom</artifactId> <version>0.14.9</version> <type>pom</type> </dependency>
implementation 'com.spotify:scio-bom:0.14.9'
implementation("com.spotify:scio-bom:0.14.9")
libraryDependencies += "com.spotify" % "scio-bom" % "0.14.9"
@Grapes( @Grab(group='com.spotify', module='scio-bom', version='0.14.9') )
<dependency org="com.spotify" name="scio-bom" rev="0.14.9" />
[com.spotify/scio-bom "0.14.9"]
'com.spotify:scio-bom:jar:0.14.9'