GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdhbase-rest |
Version | Version1.9.0 |
Type | Typewar |
Filename | Size |
---|---|
hbase-rest-1.9.0.pom | |
hbase-rest-1.9.0.war | 92 MB |
hbase-rest-1.9.0-tests.jar | 4 KB |
hbase-rest-1.9.0-sources.jar | 638 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-rest/ -->
<dependency>
<groupId>uk.gov.gchq.gaffer</groupId>
<artifactId>hbase-rest</artifactId>
<version>1.9.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-rest/
implementation 'uk.gov.gchq.gaffer:hbase-rest:1.9.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-rest/
implementation ("uk.gov.gchq.gaffer:hbase-rest:1.9.0")
'uk.gov.gchq.gaffer:hbase-rest:war:1.9.0'
<dependency org="uk.gov.gchq.gaffer" name="hbase-rest" rev="1.9.0">
<artifact name="hbase-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='hbase-rest', version='1.9.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "hbase-rest" % "1.9.0"
[uk.gov.gchq.gaffer/hbase-rest "1.9.0"]