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