| Categories | 
                CategoriesCluster Management Application Layer Libs | 
        
|---|---|
| GroupId | GroupIdio.fabric8 | 
    
| ArtifactId | ArtifactIdopen-cluster-management | 
    
| Last Version | Last Version6.0.0-RC1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| open-cluster-management-6.0.0-RC1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.fabric8/open-cluster-management/ -->
<dependency>
    <groupId>io.fabric8</groupId>
    <artifactId>open-cluster-management</artifactId>
    <version>6.0.0-RC1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.fabric8/open-cluster-management/
implementation 'io.fabric8:open-cluster-management:6.0.0-RC1'
                // https://jarcasting.com/artifacts/io.fabric8/open-cluster-management/
implementation ("io.fabric8:open-cluster-management:6.0.0-RC1")
                'io.fabric8:open-cluster-management:pom:6.0.0-RC1'
                <dependency org="io.fabric8" name="open-cluster-management" rev="6.0.0-RC1">
  <artifact name="open-cluster-management" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.fabric8', module='open-cluster-management', version='6.0.0-RC1')
)
                libraryDependencies += "io.fabric8" % "open-cluster-management" % "6.0.0-RC1"
                [io.fabric8/open-cluster-management "6.0.0-RC1"]