GroupId | GroupIdeu.stratosphere |
---|---|
ArtifactId | ArtifactIdhadoop-compatibility |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-compatibility-0.5.1.pom | |
hadoop-compatibility-0.5.1.jar | 35 KB |
hadoop-compatibility-0.5.1-sources.jar | 25 KB |
hadoop-compatibility-0.5.1-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/hadoop-compatibility/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>hadoop-compatibility</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/hadoop-compatibility/
implementation 'eu.stratosphere:hadoop-compatibility:0.5.1'
// https://jarcasting.com/artifacts/eu.stratosphere/hadoop-compatibility/
implementation ("eu.stratosphere:hadoop-compatibility:0.5.1")
'eu.stratosphere:hadoop-compatibility:jar:0.5.1'
<dependency org="eu.stratosphere" name="hadoop-compatibility" rev="0.5.1">
<artifact name="hadoop-compatibility" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='hadoop-compatibility', version='0.5.1')
)
libraryDependencies += "eu.stratosphere" % "hadoop-compatibility" % "0.5.1"
[eu.stratosphere/hadoop-compatibility "0.5.1"]