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