<dependency> <groupId>com.spotify</groupId> <artifactId>scio-macros_2.12</artifactId> <version>0.12.5</version> </dependency>
implementation 'com.spotify:scio-macros_2.12:0.12.5'
implementation("com.spotify:scio-macros_2.12:0.12.5")
libraryDependencies += "com.spotify" % "scio-macros_2.12" % "0.12.5"
@Grapes( @Grab(group='com.spotify', module='scio-macros_2.12', version='0.12.5') )
<dependency org="com.spotify" name="scio-macros_2.12" rev="0.12.5" />
[com.spotify/scio-macros_2.12 "0.12.5"]
'com.spotify:scio-macros_2.12:jar:0.12.5'
compile
|-- org.scala-lang:scala-library:2.12.17
|-- org.scala-lang:scala-reflect:2.12.17
|-- com.chuusai:shapeless_2.12:2.3.10
|-- com.esotericsoftware:kryo-shaded:4.0.2
|-- com.softwaremill.magnolia1_2:magnolia_2.12:1.1.3
|-- org.apache.avro:avro:1.8.2
|-- org.apache.beam:beam-sdks-java-core:2.45.0