| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers OpenShift PaaS Providers | 
| GroupId | GroupIdorg.jboss.windup | 
| ArtifactId | ArtifactIdwindup-web-openshift-templates | 
| Last Version | Last Version5.3.0.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOpenShift image generation for Windup | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.jboss.windup/windup-web-openshift-templates/ -->
<dependency>
    <groupId>org.jboss.windup</groupId>
    <artifactId>windup-web-openshift-templates</artifactId>
    <version>5.3.0.Final</version>
</dependency>// https://jarcasting.com/artifacts/org.jboss.windup/windup-web-openshift-templates/
implementation 'org.jboss.windup:windup-web-openshift-templates:5.3.0.Final'// https://jarcasting.com/artifacts/org.jboss.windup/windup-web-openshift-templates/
implementation ("org.jboss.windup:windup-web-openshift-templates:5.3.0.Final")'org.jboss.windup:windup-web-openshift-templates:jar:5.3.0.Final'<dependency org="org.jboss.windup" name="windup-web-openshift-templates" rev="5.3.0.Final">
  <artifact name="windup-web-openshift-templates" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jboss.windup', module='windup-web-openshift-templates', version='5.3.0.Final')
)libraryDependencies += "org.jboss.windup" % "windup-web-openshift-templates" % "5.3.0.Final"[org.jboss.windup/windup-web-openshift-templates "5.3.0.Final"]