is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-assembly 1.1.7

Module that does project assembly and that is all that it does.

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-assembly
Version

Version

1.1.7
Type

Type

pom

Download hbase-assembly 1.1.7

Filename Size
hbase-assembly-1.1.7.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-assembly/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-assembly</artifactId>
    <version>1.1.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-assembly/
implementation 'org.apache.hbase:hbase-assembly:1.1.7'
// https://jarcasting.com/artifacts/org.apache.hbase/hbase-assembly/
implementation ("org.apache.hbase:hbase-assembly:1.1.7")
'org.apache.hbase:hbase-assembly:pom:1.1.7'
<dependency org="org.apache.hbase" name="hbase-assembly" rev="1.1.7">
  <artifact name="hbase-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hbase', module='hbase-assembly', version='1.1.7')
)
libraryDependencies += "org.apache.hbase" % "hbase-assembly" % "1.1.7"
[org.apache.hbase/hbase-assembly "1.1.7"]