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