Download avro-0.8.3.jar file - Jar a

Jar examples for a:avro

Description

Avro core components

You can download jar file avro 0.8.3 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>me.tfeng.toolbox</groupId>
   <artifactId>avro</artifactId>
   <version>0.8.3</version>
</dependency>
compile group: 'me.tfeng.toolbox', name: 'avro', version: '0.8.3'
libraryDependencies += "me.tfeng.toolbox" % "avro" % "0.8.3"
<dependency org="me.tfeng.toolbox" name="avro" rev="0.8.3"/>
@Grapes(@Grab(group='me.tfeng.toolbox', module='avro', version='0.8.3'))
'me.tfeng.toolbox:avro:jar:0.8.3'

Download

Click the following link to download the jar file.

avro-0.8.3-javadoc.jar
avro-0.8.3-sources.jar
avro-0.8.3.jar
avro-0.8.3.pom



Related Tutorials