| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.aliyun.hbase | 
    
| ArtifactId | ArtifactIdalihbase-client-project | 
    
| Last Version | Last Version2.8.7 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionApache HBase - Exemplar for hbase-client archetype 
            Exemplar project for archetype with hbase-client dependency 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-client-project/ -->
<dependency>
    <groupId>com.aliyun.hbase</groupId>
    <artifactId>alihbase-client-project</artifactId>
    <version>2.8.7</version>
</dependency>
                // https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-client-project/
implementation 'com.aliyun.hbase:alihbase-client-project:2.8.7'
                // https://jarcasting.com/artifacts/com.aliyun.hbase/alihbase-client-project/
implementation ("com.aliyun.hbase:alihbase-client-project:2.8.7")
                'com.aliyun.hbase:alihbase-client-project:jar:2.8.7'
                <dependency org="com.aliyun.hbase" name="alihbase-client-project" rev="2.8.7">
  <artifact name="alihbase-client-project" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.aliyun.hbase', module='alihbase-client-project', version='2.8.7')
)
                libraryDependencies += "com.aliyun.hbase" % "alihbase-client-project" % "2.8.7"
                [com.aliyun.hbase/alihbase-client-project "2.8.7"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.aliyun.hbase : alihbase-common | jar | 2.8.7 | 
| com.aliyun.hbase : alihbase-client | jar | 2.8.7 | 
| org.apache.yetus : audience-annotations | jar | 0.5.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.aliyun.hbase : alihbase-testing-util | jar | 2.8.7 | 
| com.aliyun.hbase : alihbase-server | test-jar | 2.8.7 | 
| junit : junit | jar | 4.12 | 
| com.aliyun.hbase : alihbase-annotations | test-jar | 2.8.7 |