Download avro-tools-1.8.1.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.8.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

avro-tools-1.8.1-javadoc.jar
avro-tools-1.8.1-nodeps.jar
avro-tools-1.8.1-sources.jar
avro-tools-1.8.1-tests.jar
avro-tools-1.8.1.jar
avro-tools-1.8.1.pom



Related Tutorials