| Categories | CategoriesConfiguration Application Layer Libs config | 
|---|---|
| GroupId | GroupIdorg.apache.hbase | 
| ArtifactId | ArtifactIdhbase-build-configuration | 
| Version | Version2.0.0-beta-1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| hbase-build-configuration-2.0.0-beta-1.pom | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-build-configuration</artifactId>
    <version>2.0.0-beta-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/
implementation 'org.apache.hbase:hbase-build-configuration:2.0.0-beta-1'// https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/
implementation ("org.apache.hbase:hbase-build-configuration:2.0.0-beta-1")'org.apache.hbase:hbase-build-configuration:pom:2.0.0-beta-1'<dependency org="org.apache.hbase" name="hbase-build-configuration" rev="2.0.0-beta-1">
  <artifact name="hbase-build-configuration" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.hbase', module='hbase-build-configuration', version='2.0.0-beta-1')
)libraryDependencies += "org.apache.hbase" % "hbase-build-configuration" % "2.0.0-beta-1"[org.apache.hbase/hbase-build-configuration "2.0.0-beta-1"]