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