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