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