| License | License | 
|---|---|
| GroupId | GroupIdorg.kie | 
| ArtifactId | ArtifactIdkie-core-bom | 
| Last Version | Last Version8.23.0.Beta | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionKIE core BOM Import this BOM in your dependencyManagement if you want to depend on multiple KIE artifacts. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| kie-core-bom-8.23.0.Beta.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.kie/kie-core-bom/ -->
<dependency>
    <groupId>org.kie</groupId>
    <artifactId>kie-core-bom</artifactId>
    <version>8.23.0.Beta</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.kie/kie-core-bom/
implementation 'org.kie:kie-core-bom:8.23.0.Beta'// https://jarcasting.com/artifacts/org.kie/kie-core-bom/
implementation ("org.kie:kie-core-bom:8.23.0.Beta")'org.kie:kie-core-bom:pom:8.23.0.Beta'<dependency org="org.kie" name="kie-core-bom" rev="8.23.0.Beta">
  <artifact name="kie-core-bom" type="pom" />
</dependency>@Grapes(
@Grab(group='org.kie', module='kie-core-bom', version='8.23.0.Beta')
)libraryDependencies += "org.kie" % "kie-core-bom" % "8.23.0.Beta"[org.kie/kie-core-bom "8.23.0.Beta"]