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