GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdmini-accumulo-cluster |
Version | Version1.7.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/mini-accumulo-cluster/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>mini-accumulo-cluster</artifactId>
<version>1.7.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/mini-accumulo-cluster/
implementation 'uk.gov.gchq.gaffer:mini-accumulo-cluster:1.7.0-RC4'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/mini-accumulo-cluster/
implementation ("uk.gov.gchq.gaffer:mini-accumulo-cluster:1.7.0-RC4")
'uk.gov.gchq.gaffer:mini-accumulo-cluster:jar:1.7.0-RC4'
<dependency org="uk.gov.gchq.gaffer" name="mini-accumulo-cluster" rev="1.7.0-RC4">
<artifact name="mini-accumulo-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='mini-accumulo-cluster', version='1.7.0-RC4')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "mini-accumulo-cluster" % "1.7.0-RC4"
[uk.gov.gchq.gaffer/mini-accumulo-cluster "1.7.0-RC4"]