| GroupId | GroupIduk.gov.gchq.gaffer |
|---|---|
| ArtifactId | ArtifactIdhbase-store |
| Version | Version1.7.0-RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hbase-store-1.7.0-RC3.pom | |
| hbase-store-1.7.0-RC3.jar | 87 KB |
| hbase-store-1.7.0-RC3-utility.jar | 67 MB |
| hbase-store-1.7.0-RC3-tests.jar | 93 KB |
| hbase-store-1.7.0-RC3-sources.jar | 59 KB |
| hbase-store-1.7.0-RC3-javadoc.jar | 269 KB |
| hbase-store-1.7.0-RC3-deploy.jar | 10 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-store/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>hbase-store</artifactId>
<version>1.7.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-store/
implementation 'uk.gov.gchq.gaffer:hbase-store:1.7.0-RC3'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-store/
implementation ("uk.gov.gchq.gaffer:hbase-store:1.7.0-RC3")
'uk.gov.gchq.gaffer:hbase-store:jar:1.7.0-RC3'
<dependency org="uk.gov.gchq.gaffer" name="hbase-store" rev="1.7.0-RC3">
<artifact name="hbase-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='hbase-store', version='1.7.0-RC3')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "hbase-store" % "1.7.0-RC3"
[uk.gov.gchq.gaffer/hbase-store "1.7.0-RC3"]