GroupId | GroupIdio.joynr.tests |
---|---|
ArtifactId | ArtifactIdsystem-integration-test |
Version | Version0.20.3 |
Type | Typepom |
Filename | Size |
---|---|
system-integration-test-0.20.3.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.20.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.tests/system-integration-test/
implementation 'io.joynr.tests:system-integration-test:0.20.3'
// https://jarcasting.com/artifacts/io.joynr.tests/system-integration-test/
implementation ("io.joynr.tests:system-integration-test:0.20.3")
'io.joynr.tests:system-integration-test:pom:0.20.3'
<dependency org="io.joynr.tests" name="system-integration-test" rev="0.20.3">
<artifact name="system-integration-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.joynr.tests', module='system-integration-test', version='0.20.3')
)
libraryDependencies += "io.joynr.tests" % "system-integration-test" % "0.20.3"
[io.joynr.tests/system-integration-test "0.20.3"]