文件下载
文件名 操作
scio-avro_2.13-0.11.12.jar 下载
scio-avro_2.13-0.11.12.pom 下载
scio-avro_2.13-0.11.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>scio-avro_2.13</artifactId>
  <version>0.11.12</version>
</dependency>
Gradle Groovy
implementation 'com.spotify:scio-avro_2.13:0.11.12'
Gradle Kotlin
implementation("com.spotify:scio-avro_2.13:0.11.12")
Scala SBT
libraryDependencies += "com.spotify" % "scio-avro_2.13" % "0.11.12"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='scio-avro_2.13', version='0.11.12')
)
Apache Ivy
<dependency org="com.spotify" name="scio-avro_2.13" rev="0.11.12" />
Leiningen
[com.spotify/scio-avro_2.13 "0.11.12"]
Apache Buildr
'com.spotify:scio-avro_2.13:jar:0.11.12'