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