Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdeu.stratosphere |
ArtifactId | ArtifactIdstratosphere-clients |
Version | Version0.4-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-clients/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>stratosphere-clients</artifactId>
<version>0.4-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-clients/
implementation 'eu.stratosphere:stratosphere-clients:0.4-rc1'
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-clients/
implementation ("eu.stratosphere:stratosphere-clients:0.4-rc1")
'eu.stratosphere:stratosphere-clients:jar:0.4-rc1'
<dependency org="eu.stratosphere" name="stratosphere-clients" rev="0.4-rc1">
<artifact name="stratosphere-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='stratosphere-clients', version='0.4-rc1')
)
libraryDependencies += "eu.stratosphere" % "stratosphere-clients" % "0.4-rc1"
[eu.stratosphere/stratosphere-clients "0.4-rc1"]