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