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