is not current version
Last Version 4.1.1

org.apache.hbase.thirdparty:hbase-shaded-miscellaneous 3.1.1

Pulls down a set of libs, relocates them and then makes a fat new jar with them all in it. See below for what this miscellaney includes.

GroupId

GroupId

org.apache.hbase.thirdparty
ArtifactId

ArtifactId

hbase-shaded-miscellaneous
Version

Version

3.1.1
Type

Type

jar

Download hbase-shaded-miscellaneous 3.1.1


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