h

hbase-shaded-miscellaneous

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.
https://hbase.apache.org/hbase-shaded-miscellaneous
Apache License, Version 2.0
The Apache Software Foundation
文件下载
文件名 操作
hbase-shaded-miscellaneous-4.1.5.jar 下载
hbase-shaded-miscellaneous-4.1.5.pom 下载
hbase-shaded-miscellaneous-4.1.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-shaded-miscellaneous</artifactId>
  <version>4.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:4.1.5'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:4.1.5")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-shaded-miscellaneous" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-shaded-miscellaneous', version='4.1.5')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-shaded-miscellaneous" rev="4.1.5" />
Leiningen
[org.apache.hbase.thirdparty/hbase-shaded-miscellaneous "4.1.5"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-shaded-miscellaneous:jar:4.1.5'