| License | License | 
|---|---|
| Categories | CategoriesConfiguration Application Layer Libs config | 
| GroupId | GroupIdorg.apache.hbase | 
| ArtifactId | ArtifactIdhbase-build-configuration | 
| Version | Version3.0.0-alpha-1 | 
| Type | Typepom | 
| Description | DescriptionApache HBase - Build Configuration Configure the build-support artifacts for maven build | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| hbase-build-configuration-3.0.0-alpha-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>3.0.0-alpha-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/
implementation 'org.apache.hbase:hbase-build-configuration:3.0.0-alpha-1'// https://jarcasting.com/artifacts/org.apache.hbase/hbase-build-configuration/
implementation ("org.apache.hbase:hbase-build-configuration:3.0.0-alpha-1")'org.apache.hbase:hbase-build-configuration:pom:3.0.0-alpha-1'<dependency org="org.apache.hbase" name="hbase-build-configuration" rev="3.0.0-alpha-1">
  <artifact name="hbase-build-configuration" type="pom" />
</dependency>@Grapes(
@Grab(group='org.apache.hbase', module='hbase-build-configuration', version='3.0.0-alpha-1')
)libraryDependencies += "org.apache.hbase" % "hbase-build-configuration" % "3.0.0-alpha-1"[org.apache.hbase/hbase-build-configuration "3.0.0-alpha-1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.yetus : audience-annotations | jar | 0.5.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.hbase : hbase-annotations | test-jar | 3.0.0-alpha-1 | 
| junit : junit | jar | 4.13 |