<dependency> <groupId>com.spotify</groupId> <artifactId>scio-macros_2.13</artifactId> <version>0.13.0</version> </dependency>
implementation 'com.spotify:scio-macros_2.13:0.13.0'
implementation("com.spotify:scio-macros_2.13:0.13.0")
libraryDependencies += "com.spotify" % "scio-macros_2.13" % "0.13.0"
@Grapes( @Grab(group='com.spotify', module='scio-macros_2.13', version='0.13.0') )
<dependency org="com.spotify" name="scio-macros_2.13" rev="0.13.0" />
[com.spotify/scio-macros_2.13 "0.13.0"]
'com.spotify:scio-macros_2.13:jar:0.13.0'
compile
|-- org.scala-lang:scala-library:2.13.11
|-- org.scala-lang:scala-reflect:2.13.11
|-- com.chuusai:shapeless_2.13:2.3.10
|-- com.softwaremill.magnolia1_2:magnolia_2.13:1.1.3