| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesAnt Build Tools CLI User Interface | 
        
| GroupId | GroupIdch.cern.hadoop | 
    
| ArtifactId | ArtifactIdhadoop-client-check-invariants | 
    
| Last Version | Last Version3.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionApache Hadoop Client Packaging Invariants 
            Enforces our invariants for the api and runtime client modules.
  E.g. that modules have a specific set of transitive dependencies
  and shaded artifacts only contain classes that are in particular
  packages. Does the enforcement through the maven-enforcer-plugin
  and an integration test. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| hadoop-client-check-invariants-3.2.1.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client-check-invariants/ -->
<dependency>
    <groupId>ch.cern.hadoop</groupId>
    <artifactId>hadoop-client-check-invariants</artifactId>
    <version>3.2.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client-check-invariants/
implementation 'ch.cern.hadoop:hadoop-client-check-invariants:3.2.1'
                // https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client-check-invariants/
implementation ("ch.cern.hadoop:hadoop-client-check-invariants:3.2.1")
                'ch.cern.hadoop:hadoop-client-check-invariants:pom:3.2.1'
                <dependency org="ch.cern.hadoop" name="hadoop-client-check-invariants" rev="3.2.1">
  <artifact name="hadoop-client-check-invariants" type="pom" />
</dependency>
                @Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-client-check-invariants', version='3.2.1')
)
                libraryDependencies += "ch.cern.hadoop" % "hadoop-client-check-invariants" % "3.2.1"
                [ch.cern.hadoop/hadoop-client-check-invariants "3.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.hadoop : hadoop-client-api | jar | 3.2.1 | 
| org.apache.hadoop : hadoop-client-runtime | jar | 3.2.1 |