GroupId | GroupIdeu.stratosphere |
---|---|
ArtifactId | ArtifactIdavro |
Version | Version0.5-rc3 |
Type | Typejar |
Filename | Size |
---|---|
avro-0.5-rc3.pom | |
avro-0.5-rc3.jar | 38 KB |
avro-0.5-rc3-sources.jar | 17 KB |
avro-0.5-rc3-javadoc.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/avro/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>avro</artifactId>
<version>0.5-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/avro/
implementation 'eu.stratosphere:avro:0.5-rc3'
// https://jarcasting.com/artifacts/eu.stratosphere/avro/
implementation ("eu.stratosphere:avro:0.5-rc3")
'eu.stratosphere:avro:jar:0.5-rc3'
<dependency org="eu.stratosphere" name="avro" rev="0.5-rc3">
<artifact name="avro" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='avro', version='0.5-rc3')
)
libraryDependencies += "eu.stratosphere" % "avro" % "0.5-rc3"
[eu.stratosphere/avro "0.5-rc3"]