License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.kie |
ArtifactId | ArtifactIdkie-platform-bom |
Last Version | Last Version7.71.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKIE (Drools, jBPM, OptaPlanner) Platform BOM
The BOM declares all internal and appformer dependency versions in dependencyManagement.
KIE modules should _not_ directly import this BOM and instead use kie-parent and import specific KIE user BOMs.
That is to avoid unnecessary dependencies on UberFire, Dashbuilder or Guvnor for non-UI repositories like
Drools, jBPM or OptaPlanner.
Platform BOM can be used in cases when one needs to easily inherit all the different versions KIE is using.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kie-platform-bom-7.71.0.Final.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie/kie-platform-bom/ -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-platform-bom</artifactId>
<version>7.71.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie/kie-platform-bom/
implementation 'org.kie:kie-platform-bom:7.71.0.Final'
// https://jarcasting.com/artifacts/org.kie/kie-platform-bom/
implementation ("org.kie:kie-platform-bom:7.71.0.Final")
'org.kie:kie-platform-bom:pom:7.71.0.Final'
<dependency org="org.kie" name="kie-platform-bom" rev="7.71.0.Final">
<artifact name="kie-platform-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='kie-platform-bom', version='7.71.0.Final')
)
libraryDependencies += "org.kie" % "kie-platform-bom" % "7.71.0.Final"
[org.kie/kie-platform-bom "7.71.0.Final"]