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