h

hbase-assembly

Module that does project assembly and that is all that it does.
Files download
File Operation
hbase-assembly-2.5.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-assembly</artifactId>
  <version>2.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-assembly:2.5.0'
Gradle Kotlin
implementation("org.apache.hbase:hbase-assembly:2.5.0")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-assembly" % "2.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-assembly', version='2.5.0')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-assembly" rev="2.5.0" />
Leiningen
[org.apache.hbase/hbase-assembly "2.5.0"]
Apache Buildr
'org.apache.hbase:hbase-assembly:jar:2.5.0'
Dependencies
<parent>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-build-configuration</artifactId>
  <version>2.5.0</version>
</parent>

compile

|-- org.apache.hbase:hbase-shaded-client

|-- org.apache.hbase:hbase-shaded-client-byo-hadoop

|-- org.apache.hbase:hbase-shaded-mapreduce

|-- org.apache.hbase:hbase-it

|-- org.hamcrest:hamcrest-core

|-- org.apache.hbase:hbase-server

|-- org.apache.hbase:hbase-mapreduce

|-- org.apache.hbase:hbase-mapreduce

|-- org.apache.hbase:hbase-procedure

|-- org.apache.hbase:hbase-hadoop-compat

|-- org.apache.hbase:${compat.module}

|-- org.apache.hbase:hbase-shell

|-- org.apache.hbase:hbase-thrift

|-- org.apache.hbase:hbase-rest

|-- org.apache.hbase:hbase-external-blockcache

|-- org.apache.hbase:hbase-testing-util

|-- org.apache.hbase:hbase-metrics-api

|-- org.apache.hbase:hbase-metrics

|-- org.apache.hbase:hbase-protocol

|-- org.apache.hbase:hbase-protocol-shaded

|-- org.apache.hbase:hbase-resource-bundle

|-- org.apache.httpcomponents:httpclient

|-- org.apache.httpcomponents:httpcore

|-- org.apache.hbase:hbase-replication

|-- org.apache.hbase:hbase-http

|-- org.apache.hbase:hbase-examples

|-- org.apache.hbase:hbase-zookeeper

|-- org.apache.hbase:hbase-hbtop

|-- org.apache.hbase:hbase-compression-aircompressor

|-- org.apache.hbase:hbase-compression-brotli

|-- org.apache.hbase:hbase-compression-lz4

|-- org.apache.hbase:hbase-compression-snappy

|-- org.apache.hbase:hbase-compression-xz

|-- org.apache.hbase:hbase-compression-zstd

|-- jline:jline

|-- com.sun.xml.ws:jaxws-ri

|-- org.slf4j:jcl-over-slf4j

|-- org.slf4j:jul-to-slf4j

|-- org.apache.logging.log4j:log4j-api

|-- org.apache.logging.log4j:log4j-core

|-- org.apache.logging.log4j:log4j-slf4j-impl

|-- io.opentelemetry.javaagent:opentelemetry-javaagent

|-- org.apache.logging.log4j:log4j-1.2-api

test

|-- org.apache.hbase:hbase-procedure