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