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-2.2.1.pom download
Apache Maven
<dependency>
  <groupId>ch.cern.hbase.thirdparty</groupId>
  <artifactId>hbase-thirdparty</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ch.cern.hbase.thirdparty:hbase-thirdparty:2.2.1'
Gradle Kotlin
implementation("ch.cern.hbase.thirdparty:hbase-thirdparty:2.2.1")
Scala SBT
libraryDependencies += "ch.cern.hbase.thirdparty" % "hbase-thirdparty" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='ch.cern.hbase.thirdparty', module='hbase-thirdparty', version='2.2.1')
)
Apache Ivy
<dependency org="ch.cern.hbase.thirdparty" name="hbase-thirdparty" rev="2.2.1" />
Leiningen
[ch.cern.hbase.thirdparty/hbase-thirdparty "2.2.1"]
Apache Buildr
'ch.cern.hbase.thirdparty:hbase-thirdparty:jar:2.2.1'