GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdaccumulo-store |
Version | Version1.19.0 |
Type | Typejar |
Filename | Size |
---|---|
accumulo-store-1.19.0.pom | |
accumulo-store-1.19.0.jar | 244 KB |
accumulo-store-1.19.0-utility.jar | 56 MB |
accumulo-store-1.19.0-tests.jar | 265 KB |
accumulo-store-1.19.0-sources.jar | 175 KB |
accumulo-store-1.19.0-javadoc.jar | 746 KB |
accumulo-store-1.19.0-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.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation 'uk.gov.gchq.gaffer:accumulo-store:1.19.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/accumulo-store/
implementation ("uk.gov.gchq.gaffer:accumulo-store:1.19.0")
'uk.gov.gchq.gaffer:accumulo-store:jar:1.19.0'
<dependency org="uk.gov.gchq.gaffer" name="accumulo-store" rev="1.19.0">
<artifact name="accumulo-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='accumulo-store', version='1.19.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "accumulo-store" % "1.19.0"
[uk.gov.gchq.gaffer/accumulo-store "1.19.0"]