h

hbase-assembly

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

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

|-- org.apache.httpcomponents:httpclient

|-- org.apache.httpcomponents:httpcore

|-- org.apache.hbase:hbase-backup

|-- org.apache.hbase:hbase-balancer

|-- 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-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

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

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

test

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