is not current version
Last Version 2.2.4_1

ch.cern.hbase:hbase-shaded-with-hadoop-check-invariants 2.2.4

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

ch.cern.hbase
ArtifactId

ArtifactId

hbase-shaded-with-hadoop-check-invariants
Version

Version

2.2.4
Type

Type

pom

Download hbase-shaded-with-hadoop-check-invariants 2.2.4


<!-- https://jarcasting.com/artifacts/ch.cern.hbase/hbase-shaded-with-hadoop-check-invariants/ -->
<dependency>
    <groupId>ch.cern.hbase</groupId>
    <artifactId>hbase-shaded-with-hadoop-check-invariants</artifactId>
    <version>2.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-shaded-with-hadoop-check-invariants/
implementation 'ch.cern.hbase:hbase-shaded-with-hadoop-check-invariants:2.2.4'
// https://jarcasting.com/artifacts/ch.cern.hbase/hbase-shaded-with-hadoop-check-invariants/
implementation ("ch.cern.hbase:hbase-shaded-with-hadoop-check-invariants:2.2.4")
'ch.cern.hbase:hbase-shaded-with-hadoop-check-invariants:pom:2.2.4'
<dependency org="ch.cern.hbase" name="hbase-shaded-with-hadoop-check-invariants" rev="2.2.4">
  <artifact name="hbase-shaded-with-hadoop-check-invariants" type="pom" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hbase', module='hbase-shaded-with-hadoop-check-invariants', version='2.2.4')
)
libraryDependencies += "ch.cern.hbase" % "hbase-shaded-with-hadoop-check-invariants" % "2.2.4"
[ch.cern.hbase/hbase-shaded-with-hadoop-check-invariants "2.2.4"]