| Categories | CategoriesOpenShift Container PaaS Providers | 
|---|---|
| GroupId | GroupIdorg.kie | 
| ArtifactId | ArtifactIdopenshift-kie-springboot | 
| Version | Version7.45.0.t20201009 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.kie/openshift-kie-springboot/ -->
<dependency>
    <groupId>org.kie</groupId>
    <artifactId>openshift-kie-springboot</artifactId>
    <version>7.45.0.t20201009</version>
</dependency>// https://jarcasting.com/artifacts/org.kie/openshift-kie-springboot/
implementation 'org.kie:openshift-kie-springboot:7.45.0.t20201009'// https://jarcasting.com/artifacts/org.kie/openshift-kie-springboot/
implementation ("org.kie:openshift-kie-springboot:7.45.0.t20201009")'org.kie:openshift-kie-springboot:jar:7.45.0.t20201009'<dependency org="org.kie" name="openshift-kie-springboot" rev="7.45.0.t20201009">
  <artifact name="openshift-kie-springboot" type="jar" />
</dependency>@Grapes(
@Grab(group='org.kie', module='openshift-kie-springboot', version='7.45.0.t20201009')
)libraryDependencies += "org.kie" % "openshift-kie-springboot" % "7.45.0.t20201009"[org.kie/openshift-kie-springboot "7.45.0.t20201009"]