GroupId | GroupIdio.joynr.tests |
---|---|
ArtifactId | ArtifactIdrobustness-test |
Version | Version0.18.0 |
Type | Typejar |
Filename | Size |
---|---|
robustness-test-0.18.0.pom | |
robustness-test-0.18.0.jar | 7 KB |
robustness-test-0.18.0-sources.jar | 1 KB |
robustness-test-0.18.0-javadoc.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.tests/robustness-test/ -->
<dependency>
<groupId>io.joynr.tests</groupId>
<artifactId>robustness-test</artifactId>
<version>0.18.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.tests/robustness-test/
implementation 'io.joynr.tests:robustness-test:0.18.0'
// https://jarcasting.com/artifacts/io.joynr.tests/robustness-test/
implementation ("io.joynr.tests:robustness-test:0.18.0")
'io.joynr.tests:robustness-test:jar:0.18.0'
<dependency org="io.joynr.tests" name="robustness-test" rev="0.18.0">
<artifact name="robustness-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.tests', module='robustness-test', version='0.18.0')
)
libraryDependencies += "io.joynr.tests" % "robustness-test" % "0.18.0"
[io.joynr.tests/robustness-test "0.18.0"]