| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAnt Build Tools | 
        
| GroupId | GroupIdorg.apache.hbase | 
    
| ArtifactId | ArtifactIdhbase-shaded-check-invariants | 
    
| Version | Version3.0.0-alpha-2 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionApache 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 integration test. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| hbase-shaded-check-invariants-3.0.0-alpha-2.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.hbase/hbase-shaded-check-invariants/ -->
<dependency>
    <groupId>org.apache.hbase</groupId>
    <artifactId>hbase-shaded-check-invariants</artifactId>
    <version>3.0.0-alpha-2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.hbase/hbase-shaded-check-invariants/
implementation 'org.apache.hbase:hbase-shaded-check-invariants:3.0.0-alpha-2'
                // https://jarcasting.com/artifacts/org.apache.hbase/hbase-shaded-check-invariants/
implementation ("org.apache.hbase:hbase-shaded-check-invariants:3.0.0-alpha-2")
                'org.apache.hbase:hbase-shaded-check-invariants:pom:3.0.0-alpha-2'
                <dependency org="org.apache.hbase" name="hbase-shaded-check-invariants" rev="3.0.0-alpha-2">
  <artifact name="hbase-shaded-check-invariants" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.apache.hbase', module='hbase-shaded-check-invariants', version='3.0.0-alpha-2')
)
                libraryDependencies += "org.apache.hbase" % "hbase-shaded-check-invariants" % "3.0.0-alpha-2"
                [org.apache.hbase/hbase-shaded-check-invariants "3.0.0-alpha-2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.hbase : hbase-shaded-mapreduce | jar | 3.0.0-alpha-2 | 
| org.apache.hbase : hbase-shaded-client-byo-hadoop | jar | 3.0.0-alpha-2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.stephenc.findbugs : findbugs-annotations | jar | 1.3.9-1 | 
| org.apache.logging.log4j : log4j-api | jar | 2.17.0 | 
| org.apache.logging.log4j : log4j-core | jar | 2.17.0 | 
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.0 | 
| junit : junit | jar | 4.13 | 
| org.mockito : mockito-core | jar | 2.28.2 |