GroupId | GroupIdeu.stratosphere |
---|---|
ArtifactId | ArtifactIdstratosphere-runtime |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
stratosphere-runtime-0.4.pom | |
stratosphere-runtime-0.4.jar | 1 MB |
stratosphere-runtime-0.4-sources.jar | 943 KB |
stratosphere-runtime-0.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-runtime/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>stratosphere-runtime</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-runtime/
implementation 'eu.stratosphere:stratosphere-runtime:0.4'
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-runtime/
implementation ("eu.stratosphere:stratosphere-runtime:0.4")
'eu.stratosphere:stratosphere-runtime:jar:0.4'
<dependency org="eu.stratosphere" name="stratosphere-runtime" rev="0.4">
<artifact name="stratosphere-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='stratosphere-runtime', version='0.4')
)
libraryDependencies += "eu.stratosphere" % "stratosphere-runtime" % "0.4"
[eu.stratosphere/stratosphere-runtime "0.4"]