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