GroupId | GroupIdio.joynr.tests |
---|---|
ArtifactId | ArtifactIdsystem-integration-test |
Version | Version0.19.1 |
Type | Typepom |
Filename | Size |
---|---|
system-integration-test-0.19.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.tests/system-integration-test/ -->
<dependency>
<groupId>io.joynr.tests</groupId>
<artifactId>system-integration-test</artifactId>
<version>0.19.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.tests/system-integration-test/
implementation 'io.joynr.tests:system-integration-test:0.19.1'
// https://jarcasting.com/artifacts/io.joynr.tests/system-integration-test/
implementation ("io.joynr.tests:system-integration-test:0.19.1")
'io.joynr.tests:system-integration-test:pom:0.19.1'
<dependency org="io.joynr.tests" name="system-integration-test" rev="0.19.1">
<artifact name="system-integration-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.joynr.tests', module='system-integration-test', version='0.19.1')
)
libraryDependencies += "io.joynr.tests" % "system-integration-test" % "0.19.1"
[io.joynr.tests/system-integration-test "0.19.1"]