is not current version
Last Version 4.1.1

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

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.4.0
Type

Type

jar

Download hbase-shaded-miscellaneous 3.4.0


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