h

hbase-thirdparty

Packaging of relocated (renamed, shaded) third-party libraries used by hbase.
http://hbase.apache.org
Apache License, Version 2.0
Files download
File Operation
hbase-thirdparty-3.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.apache.hbase.thirdparty</groupId>
  <artifactId>hbase-thirdparty</artifactId>
  <version>3.5.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase.thirdparty:hbase-thirdparty:3.5.1'
Gradle Kotlin
implementation("org.apache.hbase.thirdparty:hbase-thirdparty:3.5.1")
Scala SBT
libraryDependencies += "org.apache.hbase.thirdparty" % "hbase-thirdparty" % "3.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase.thirdparty', module='hbase-thirdparty', version='3.5.1')
)
Apache Ivy
<dependency org="org.apache.hbase.thirdparty" name="hbase-thirdparty" rev="3.5.1" />
Leiningen
[org.apache.hbase.thirdparty/hbase-thirdparty "3.5.1"]
Apache Buildr
'org.apache.hbase.thirdparty:hbase-thirdparty:jar:3.5.1'