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