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