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