Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdeu.stratosphere |
ArtifactId | ArtifactIdstratosphere-java |
Version | Version0.5-rc3-hadoop2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-java/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>stratosphere-java</artifactId>
<version>0.5-rc3-hadoop2</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-java/
implementation 'eu.stratosphere:stratosphere-java:0.5-rc3-hadoop2'
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-java/
implementation ("eu.stratosphere:stratosphere-java:0.5-rc3-hadoop2")
'eu.stratosphere:stratosphere-java:jar:0.5-rc3-hadoop2'
<dependency org="eu.stratosphere" name="stratosphere-java" rev="0.5-rc3-hadoop2">
<artifact name="stratosphere-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='stratosphere-java', version='0.5-rc3-hadoop2')
)
libraryDependencies += "eu.stratosphere" % "stratosphere-java" % "0.5-rc3-hadoop2"
[eu.stratosphere/stratosphere-java "0.5-rc3-hadoop2"]