MVN

com.aliyun.hbase : alihbase-shaded-check-invariants

Maven & Gradle

Jun 06, 2019

Apache HBase Shaded Packaging Invariants · Enforces our invariants for our shaded artifacts. e.g. shaded clients have a specific set of transitive dependencies and shaded clients only contain classes that are in particular packages. Does the enforcement through the maven-enforcer-plugin and and integration test.

<dependency>
    <groupId>com.aliyun.hbase</groupId>
    <artifactId>alihbase-shaded-check-invariants</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun.hbase : alihbase-shaded-check-invariants to add to Maven - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.aliyun.hbase : alihbase-shaded-check-invariants to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
alihbase-shaded-check-invariants-2.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.aliyun.hbase</groupId>
    <artifactId>alihbase-shaded-check-invariants</artifactId>
    <version>2.0.3</version>
</dependency>