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