GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdaccumulo-store |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
accumulo-store-0.6.1.pom | |
accumulo-store-0.6.1.jar | 228 KB |
accumulo-store-0.6.1-tests.jar | 179 KB |
accumulo-store-0.6.1-sources.jar | 158 KB |
accumulo-store-0.6.1-javadoc.jar | 787 KB |
accumulo-store-0.6.1-iterators.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>accumulo-store</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation 'uk.gov.gchq.gaffer:accumulo-store:0.6.1'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation ("uk.gov.gchq.gaffer:accumulo-store:0.6.1")
'uk.gov.gchq.gaffer:accumulo-store:jar:0.6.1'
<dependency org="uk.gov.gchq.gaffer" name="accumulo-store" rev="0.6.1">
<artifact name="accumulo-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='accumulo-store', version='0.6.1')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "accumulo-store" % "0.6.1"
[uk.gov.gchq.gaffer/accumulo-store "0.6.1"]