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