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