Download avro-0.8.4.jar file - Jar a

Jar examples for a:avro

Description

Avro core components

You can download jar file avro 0.8.4 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

avro-0.8.4.jar
avro-0.8.4.pom
avro-0.8.4-sources.jar
avro-0.8.4-javadoc.jar



Related Tutorials