GroupId | GroupIdeu.stratosphere |
---|---|
ArtifactId | ArtifactIdavro |
Version | Version0.5.1-hadoop2 |
Type | Typejar |
Filename | Size |
---|---|
avro-0.5.1-hadoop2.pom | |
avro-0.5.1-hadoop2.jar | 39 KB |
avro-0.5.1-hadoop2-sources.jar | 17 KB |
avro-0.5.1-hadoop2-javadoc.jar | 173 KB |
Browse |
<!-- 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"]