GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdmini-accumulo-cluster |
Version | Version1.10.0-RC3 |
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.10.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/mini-accumulo-cluster/
implementation 'uk.gov.gchq.gaffer:mini-accumulo-cluster:1.10.0-RC3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/mini-accumulo-cluster/
implementation ("uk.gov.gchq.gaffer:mini-accumulo-cluster:1.10.0-RC3")
'uk.gov.gchq.gaffer:mini-accumulo-cluster:jar:1.10.0-RC3'
<dependency org="uk.gov.gchq.gaffer" name="mini-accumulo-cluster" rev="1.10.0-RC3">
<artifact name="mini-accumulo-cluster" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='mini-accumulo-cluster', version='1.10.0-RC3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "mini-accumulo-cluster" % "1.10.0-RC3"
[uk.gov.gchq.gaffer/mini-accumulo-cluster "1.10.0-RC3"]