is not current version
Last Version 0.5.2-hadoop2

eu.stratosphere:avro 0.5.1-hadoop2


GroupId

GroupId

eu.stratosphere
ArtifactId

ArtifactId

avro
Version

Version

0.5.1-hadoop2
Type

Type

jar

Download avro 0.5.1-hadoop2


<!-- https://jarcasting.com/artifacts/eu.stratosphere/avro/ -->
<dependency>
    <groupId>eu.stratosphere</groupId>
    <artifactId>avro</artifactId>
    <version>0.5.1-hadoop2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/avro/
implementation 'eu.stratosphere:avro:0.5.1-hadoop2'
// https://jarcasting.com/artifacts/eu.stratosphere/avro/
implementation ("eu.stratosphere:avro:0.5.1-hadoop2")
'eu.stratosphere:avro:jar:0.5.1-hadoop2'
<dependency org="eu.stratosphere" name="avro" rev="0.5.1-hadoop2">
  <artifact name="avro" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='avro', version='0.5.1-hadoop2')
)
libraryDependencies += "eu.stratosphere" % "avro" % "0.5.1-hadoop2"
[eu.stratosphere/avro "0.5.1-hadoop2"]