GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdaccumulo-store |
Version | Version1.10.5 |
Type | Typejar |
Filename | Size |
---|---|
accumulo-store-1.10.5.pom | |
accumulo-store-1.10.5.jar | 243 KB |
accumulo-store-1.10.5-utility.jar | 55 MB |
accumulo-store-1.10.5-tests.jar | 241 KB |
accumulo-store-1.10.5-sources.jar | 174 KB |
accumulo-store-1.10.5-javadoc.jar | 742 KB |
accumulo-store-1.10.5-iterators.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>accumulo-store</artifactId>
<version>1.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation 'uk.gov.gchq.gaffer:accumulo-store:1.10.5'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation ("uk.gov.gchq.gaffer:accumulo-store:1.10.5")
'uk.gov.gchq.gaffer:accumulo-store:jar:1.10.5'
<dependency org="uk.gov.gchq.gaffer" name="accumulo-store" rev="1.10.5">
<artifact name="accumulo-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='accumulo-store', version='1.10.5')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "accumulo-store" % "1.10.5"
[uk.gov.gchq.gaffer/accumulo-store "1.10.5"]