GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdaccumulo-store |
Version | Version0.7.7 |
Type | Typejar |
Filename | Size |
---|---|
accumulo-store-0.7.7.pom | |
accumulo-store-0.7.7.jar | 228 KB |
accumulo-store-0.7.7-utility.jar | 55 MB |
accumulo-store-0.7.7-tests.jar | 215 KB |
accumulo-store-0.7.7-sources.jar | 165 KB |
accumulo-store-0.7.7-javadoc.jar | 718 KB |
accumulo-store-0.7.7-iterators.jar | 5 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.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation 'uk.gov.gchq.gaffer:accumulo-store:0.7.7'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation ("uk.gov.gchq.gaffer:accumulo-store:0.7.7")
'uk.gov.gchq.gaffer:accumulo-store:jar:0.7.7'
<dependency org="uk.gov.gchq.gaffer" name="accumulo-store" rev="0.7.7">
<artifact name="accumulo-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='accumulo-store', version='0.7.7')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "accumulo-store" % "0.7.7"
[uk.gov.gchq.gaffer/accumulo-store "0.7.7"]