Jar examples for a:avro-thrift
Permit serialization of Thrift-generated classes as Avro data.
You can download jar file avro-thrift 1.7.6 in this page.
Apache License
You can use the following script to add avro-thrift-1.7.6.jar to your project.
<dependency> <groupId>org.apache.avro</groupId> <artifactId>avro-thrift</artifactId> <version>1.7.6</version> </dependency>
compile group: 'org.apache.avro', name: 'avro-thrift', version: '1.7.6'
libraryDependencies += "org.apache.avro" % "avro-thrift" % "1.7.6"
<dependency org="org.apache.avro" name="avro-thrift" rev="1.7.6"/>
@Grapes(@Grab(group='org.apache.avro', module='avro-thrift', version='1.7.6'))
'org.apache.avro:avro-thrift:jar:1.7.6'
Click the following link to download the jar file.
avro-thrift-1.7.6-javadoc.jar