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