h

hbase-shaded-with-hadoop-check-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 integration test.
Files download
File Operation
hbase-shaded-with-hadoop-check-invariants-2.4.15.pom download
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-shaded-with-hadoop-check-invariants</artifactId>
  <version>2.4.15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-shaded-with-hadoop-check-invariants:2.4.15'
Gradle Kotlin
implementation("org.apache.hbase:hbase-shaded-with-hadoop-check-invariants:2.4.15")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-shaded-with-hadoop-check-invariants" % "2.4.15"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-shaded-with-hadoop-check-invariants', version='2.4.15')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-shaded-with-hadoop-check-invariants" rev="2.4.15" />
Leiningen
[org.apache.hbase/hbase-shaded-with-hadoop-check-invariants "2.4.15"]
Apache Buildr
'org.apache.hbase:hbase-shaded-with-hadoop-check-invariants:jar:2.4.15'