Download avro-ipc-1.5.3.jar file - Jar a

Jar examples for a:avro-ipc

Description

Avro inter-process communication components

You can download jar file avro-ipc 1.5.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

avro-ipc-1.5.3-javadoc.jar
avro-ipc-1.5.3-sources.jar
avro-ipc-1.5.3.jar
avro-ipc-1.5.3.pom



Related Tutorials