is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-assembly 2.0.5

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

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-assembly
Version

Version

2.0.5
Type

Type

pom

Download hbase-assembly 2.0.5

Filename Size
hbase-assembly-2.0.5.pom 11 KB
Browse

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