GroupId | GroupIdio.joynr.tests |
---|---|
ArtifactId | ArtifactIdtest-base |
Version | Version0.24.0 |
Type | Typejar |
Filename | Size |
---|---|
test-base-0.24.0.pom | |
test-base-0.24.0.jar | 9 KB |
test-base-0.24.0-sources.jar | 4 KB |
test-base-0.24.0-javadoc.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.tests/test-base/ -->
<dependency>
<groupId>io.joynr.tests</groupId>
<artifactId>test-base</artifactId>
<version>0.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.tests/test-base/
implementation 'io.joynr.tests:test-base:0.24.0'
// https://jarcasting.com/artifacts/io.joynr.tests/test-base/
implementation ("io.joynr.tests:test-base:0.24.0")
'io.joynr.tests:test-base:jar:0.24.0'
<dependency org="io.joynr.tests" name="test-base" rev="0.24.0">
<artifact name="test-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.tests', module='test-base', version='0.24.0')
)
libraryDependencies += "io.joynr.tests" % "test-base" % "0.24.0"
[io.joynr.tests/test-base "0.24.0"]