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