Download avro-thrift-1.6.2.jar file - Jar a

Jar examples for a:avro-thrift

Description

Permit serialization of Thrift-generated classes as Avro data.

You can download jar file avro-thrift 1.6.2 in this page.

License

Apache License

Build File

You can use the following script to add avro-thrift-1.6.2.jar to your project.

<dependency>
   <groupId>org.apache.avro</groupId>
   <artifactId>avro-thrift</artifactId>
   <version>1.6.2</version>
</dependency>
compile group: 'org.apache.avro', name: 'avro-thrift', version: '1.6.2'
libraryDependencies += "org.apache.avro" % "avro-thrift" % "1.6.2"
<dependency org="org.apache.avro" name="avro-thrift" rev="1.6.2"/>
@Grapes(@Grab(group='org.apache.avro', module='avro-thrift', version='1.6.2'))
'org.apache.avro:avro-thrift:jar:1.6.2'

Download

Click the following link to download the jar file.

avro-thrift-1.6.2-javadoc.jar
avro-thrift-1.6.2-sources.jar
avro-thrift-1.6.2.jar
avro-thrift-1.6.2.pom



Related Tutorials