GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version1.9.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-1.9.0-RC2.pom | |
integration-test-1.9.0-RC2.jar | 2 KB |
integration-test-1.9.0-RC2-tests.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/integration-test/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>integration-test</artifactId>
<version>1.9.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/integration-test/
implementation 'uk.gov.gchq.gaffer:integration-test:1.9.0-RC2'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/integration-test/
implementation ("uk.gov.gchq.gaffer:integration-test:1.9.0-RC2")
'uk.gov.gchq.gaffer:integration-test:jar:1.9.0-RC2'
<dependency org="uk.gov.gchq.gaffer" name="integration-test" rev="1.9.0-RC2">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='integration-test', version='1.9.0-RC2')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "integration-test" % "1.9.0-RC2"
[uk.gov.gchq.gaffer/integration-test "1.9.0-RC2"]