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