Apache HBase client library with most dependencies shaded to avoid version conflicts.
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-client</artifactId>
<version>2.6.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an HBase connection using the shaded client.
Ensure no other HBase client jars are present, or use the non-shaded version if conflicts arise.
No dependency data recorded yet.