| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesOpenShift Container PaaS Providers | 
        
| GroupId | GroupIdio.dekorate | 
    
| ArtifactId | ArtifactIdopenshift-starters | 
    
| Last Version | Last Version2.11.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionDekorate :: Starters :: Openshift 
            A collection of annotations and processors for Kubernetes 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| openshift-starters-2.11.0.pom | 751 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.dekorate/openshift-starters/ -->
<dependency>
    <groupId>io.dekorate</groupId>
    <artifactId>openshift-starters</artifactId>
    <version>2.11.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.dekorate/openshift-starters/
implementation 'io.dekorate:openshift-starters:2.11.0'
                // https://jarcasting.com/artifacts/io.dekorate/openshift-starters/
implementation ("io.dekorate:openshift-starters:2.11.0")
                'io.dekorate:openshift-starters:pom:2.11.0'
                <dependency org="io.dekorate" name="openshift-starters" rev="2.11.0">
  <artifact name="openshift-starters" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.dekorate', module='openshift-starters', version='2.11.0')
)
                libraryDependencies += "io.dekorate" % "openshift-starters" % "2.11.0"
                [io.dekorate/openshift-starters "2.11.0"]