a

avro-protobuf

Permit serialization of Protobuf-generated classes as Avro data.
Files download
File Operation
avro-protobuf-1.10.2.jar download
avro-protobuf-1.10.2.pom download
avro-protobuf-1.10.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.avro</groupId>
  <artifactId>avro-protobuf</artifactId>
  <version>1.10.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.avro:avro-protobuf:1.10.2'
Gradle Kotlin
implementation("org.apache.avro:avro-protobuf:1.10.2")
Scala SBT
libraryDependencies += "org.apache.avro" % "avro-protobuf" % "1.10.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.avro', module='avro-protobuf', version='1.10.2')
)
Apache Ivy
<dependency org="org.apache.avro" name="avro-protobuf" rev="1.10.2" />
Leiningen
[org.apache.avro/avro-protobuf "1.10.2"]
Apache Buildr
'org.apache.avro:avro-protobuf:jar:1.10.2'