GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdintegration-test |
Version | Version1.10.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
integration-test-1.10.0-RC1.pom | |
integration-test-1.10.0-RC1.jar | 2 KB |
integration-test-1.10.0-RC1-tests.jar | 130 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.10.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/integration-test/
implementation 'uk.gov.gchq.gaffer:integration-test:1.10.0-RC1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/integration-test/
implementation ("uk.gov.gchq.gaffer:integration-test:1.10.0-RC1")
'uk.gov.gchq.gaffer:integration-test:jar:1.10.0-RC1'
<dependency org="uk.gov.gchq.gaffer" name="integration-test" rev="1.10.0-RC1">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='integration-test', version='1.10.0-RC1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "integration-test" % "1.10.0-RC1"
[uk.gov.gchq.gaffer/integration-test "1.10.0-RC1"]