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