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