GroupId | GroupIdio.joynr.tests.system-integration-test |
---|---|
ArtifactId | ArtifactIdsit-cpp-app |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
sit-cpp-app-1.2.0.pom | |
sit-cpp-app-1.2.0.jar | 5 KB |
sit-cpp-app-1.2.0-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.tests.system-integration-test/sit-cpp-app/ -->
<dependency>
<groupId>io.joynr.tests.system-integration-test</groupId>
<artifactId>sit-cpp-app</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.tests.system-integration-test/sit-cpp-app/
implementation 'io.joynr.tests.system-integration-test:sit-cpp-app:1.2.0'
// https://jarcasting.com/artifacts/io.joynr.tests.system-integration-test/sit-cpp-app/
implementation ("io.joynr.tests.system-integration-test:sit-cpp-app:1.2.0")
'io.joynr.tests.system-integration-test:sit-cpp-app:jar:1.2.0'
<dependency org="io.joynr.tests.system-integration-test" name="sit-cpp-app" rev="1.2.0">
<artifact name="sit-cpp-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.tests.system-integration-test', module='sit-cpp-app', version='1.2.0')
)
libraryDependencies += "io.joynr.tests.system-integration-test" % "sit-cpp-app" % "1.2.0"
[io.joynr.tests.system-integration-test/sit-cpp-app "1.2.0"]