GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdaccumulo-store |
Version | Version0.7.4 |
Type | Typejar |
Filename | Size |
---|---|
accumulo-store-0.7.4.pom | |
accumulo-store-0.7.4.jar | 218 KB |
accumulo-store-0.7.4-tests.jar | 186 KB |
accumulo-store-0.7.4-sources.jar | 159 KB |
accumulo-store-0.7.4-javadoc.jar | 715 KB |
accumulo-store-0.7.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation 'uk.gov.gchq.gaffer:accumulo-store:0.7.4'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation ("uk.gov.gchq.gaffer:accumulo-store:0.7.4")
'uk.gov.gchq.gaffer:accumulo-store:jar:0.7.4'
<dependency org="uk.gov.gchq.gaffer" name="accumulo-store" rev="0.7.4">
<artifact name="accumulo-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='accumulo-store', version='0.7.4')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "accumulo-store" % "0.7.4"
[uk.gov.gchq.gaffer/accumulo-store "0.7.4"]