Download avro-thrift-1.7.4.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.7.4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials