GroupId | GroupIduk.gov.gchq.gaffer |
---|---|
ArtifactId | ArtifactIdhbase-rest |
Version | Version0.7.0 |
Type | Typewar |
Filename | Size |
---|---|
hbase-rest-0.7.0.pom | |
hbase-rest-0.7.0.war | 88 MB |
hbase-rest-0.7.0-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.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-rest/
implementation 'uk.gov.gchq.gaffer:hbase-rest:0.7.0'
// https://jarcasting.com/artifacts/uk.gov.gchq.gaffer/hbase-rest/
implementation ("uk.gov.gchq.gaffer:hbase-rest:0.7.0")
'uk.gov.gchq.gaffer:hbase-rest:war:0.7.0'
<dependency org="uk.gov.gchq.gaffer" name="hbase-rest" rev="0.7.0">
<artifact name="hbase-rest" type="war" />
</dependency>
@Grapes(
@Grab(group='uk.gov.gchq.gaffer', module='hbase-rest', version='0.7.0')
)
libraryDependencies += "uk.gov.gchq.gaffer" % "hbase-rest" % "0.7.0"
[uk.gov.gchq.gaffer/hbase-rest "0.7.0"]