Download avro-0.5.1.jar file - Jar a

Jar examples for a:avro

Description

Avro core components

You can download jar file avro 0.5.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

avro-0.5.1-javadoc.jar
avro-0.5.1-sources.jar
avro-0.5.1.jar
avro-0.5.1.pom



Related Tutorials