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