Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdeu.stratosphere |
ArtifactId | ArtifactIdstratosphere-clients |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
stratosphere-clients-0.5.1.pom | |
stratosphere-clients-0.5.1.jar | 70 KB |
stratosphere-clients-0.5.1-sources.jar | 46 KB |
stratosphere-clients-0.5.1-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-clients/ -->
<dependency>
<groupId>eu.stratosphere</groupId>
<artifactId>stratosphere-clients</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-clients/
implementation 'eu.stratosphere:stratosphere-clients:0.5.1'
// https://jarcasting.com/artifacts/eu.stratosphere/stratosphere-clients/
implementation ("eu.stratosphere:stratosphere-clients:0.5.1")
'eu.stratosphere:stratosphere-clients:jar:0.5.1'
<dependency org="eu.stratosphere" name="stratosphere-clients" rev="0.5.1">
<artifact name="stratosphere-clients" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stratosphere', module='stratosphere-clients', version='0.5.1')
)
libraryDependencies += "eu.stratosphere" % "stratosphere-clients" % "0.5.1"
[eu.stratosphere/stratosphere-clients "0.5.1"]