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.
文件下载
文件名 操作
hbase-shaded-with-hadoop-check-invariants-2.4.18.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.hbase</groupId>
  <artifactId>hbase-shaded-with-hadoop-check-invariants</artifactId>
  <version>2.4.18</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.hbase:hbase-shaded-with-hadoop-check-invariants:2.4.18'
Gradle Kotlin
implementation("org.apache.hbase:hbase-shaded-with-hadoop-check-invariants:2.4.18")
Scala SBT
libraryDependencies += "org.apache.hbase" % "hbase-shaded-with-hadoop-check-invariants" % "2.4.18"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hbase', module='hbase-shaded-with-hadoop-check-invariants', version='2.4.18')
)
Apache Ivy
<dependency org="org.apache.hbase" name="hbase-shaded-with-hadoop-check-invariants" rev="2.4.18" />
Leiningen
[org.apache.hbase/hbase-shaded-with-hadoop-check-invariants "2.4.18"]
Apache Buildr
'org.apache.hbase:hbase-shaded-with-hadoop-check-invariants:jar:2.4.18'