is not current version
Last Version 3.0.0-alpha-2

org.apache.hbase:hbase-assembly 2.4.1

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

GroupId

GroupId

org.apache.hbase
ArtifactId

ArtifactId

hbase-assembly
Version

Version

2.4.1
Type

Type

pom

Download hbase-assembly 2.4.1

Filename Size
hbase-assembly-2.4.1.pom 12 KB
Browse

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