Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.joynr.tests |
ArtifactId | ArtifactIdperformance-test |
Version | Version0.23.1 |
Type | Typejar |
Filename | Size |
---|---|
performance-test-0.23.1.pom | |
performance-test-0.23.1.jar | 44 KB |
performance-test-0.23.1-sources.jar | 40 KB |
performance-test-0.23.1-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.joynr.tests/performance-test/ -->
<dependency>
<groupId>io.joynr.tests</groupId>
<artifactId>performance-test</artifactId>
<version>0.23.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.joynr.tests/performance-test/
implementation 'io.joynr.tests:performance-test:0.23.1'
// https://jarcasting.com/artifacts/io.joynr.tests/performance-test/
implementation ("io.joynr.tests:performance-test:0.23.1")
'io.joynr.tests:performance-test:jar:0.23.1'
<dependency org="io.joynr.tests" name="performance-test" rev="0.23.1">
<artifact name="performance-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.joynr.tests', module='performance-test', version='0.23.1')
)
libraryDependencies += "io.joynr.tests" % "performance-test" % "0.23.1"
[io.joynr.tests/performance-test "0.23.1"]