Download avro-tools-1.7.7.jar file - Jar a

Jar examples for a:avro-tools

Description

Avro command line tools and utilities

You can download jar file avro-tools 1.7.7 in this page.

License

Apache License

Build File

You can use the following script to add avro-tools-1.7.7.jar to your project.

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

Download

Click the following link to download the jar file.

avro-tools-1.7.7-javadoc.jar
avro-tools-1.7.7-nodeps.jar
avro-tools-1.7.7-sources.jar
avro-tools-1.7.7.jar
avro-tools-1.7.7.pom



Related Tutorials