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