Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIduk.gov.gchq.gaffer |
ArtifactId | ArtifactIdperformance-testing |
Version | Version1.1.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
performance-testing-1.1.0-RC1.pom | 721 bytes |
performance-testing-1.1.0-RC1-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/performance-testing/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>performance-testing</artifactId>
<version>1.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/performance-testing/
implementation 'uk.gov.gchq.gaffer:performance-testing:1.1.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/performance-testing/
implementation ("uk.gov.gchq.gaffer:performance-testing:1.1.0-RC1")
'uk.gov.gchq.gaffer:performance-testing:jar:1.1.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="performance-testing" rev="1.1.0-RC1">
<artifact name="performance-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='performance-testing', version='1.1.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "performance-testing" % "1.1.0-RC1"
[uk.gov.gchq.gaffer/performance-testing "1.1.0-RC1"]