Download avro-compiler-1.8.0.jar file - Jar a

Jar examples for a:avro-compiler

Description

Compilers for Avro IDL and Avro Specific Java API

You can download jar file avro-compiler 1.8.0 in this page.

License

Apache License

Build File

You can use the following script to add avro-compiler-1.8.0.jar to your project.

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

Download

Click the following link to download the jar file.

avro-compiler-1.8.0-javadoc.jar
avro-compiler-1.8.0-sources.jar
avro-compiler-1.8.0.jar
avro-compiler-1.8.0.pom



Related Tutorials