Apache Maven

<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase</artifactId>
  <version>4.0.0-alpha-1-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.hbase:hbase:pom:4.0.0-alpha-1-SNAPSHOT'

Apache Ivy

<dependency org="org.apache.hbase" name="hbase" rev="4.0.0-alpha-1-SNAPSHOT">
  <artifact name="hbase" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.hbase', module='hbase', version='4.0.0-alpha-1-SNAPSHOT')
)

Gradle/Grails

compile 'org.apache.hbase:hbase:4.0.0-alpha-1-SNAPSHOT'

Scala SBT

libraryDependencies += "org.apache.hbase" % "hbase" % "4.0.0-alpha-1-SNAPSHOT"

Leiningen

[org.apache.hbase/hbase "4.0.0-alpha-1-SNAPSHOT"]

Copyright ©2007–2025 The Apache Software Foundation. All rights reserved.

Apache HBase, HBase, Apache, the Apache HBase logo and the ASF logo are either registered trademarks or trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.

Last Published: 2025-10-07