License |
License |
---|---|
GroupId | GroupIdorg.kie |
ArtifactId | ArtifactIdkie-bom |
Version | Version7.63.0.t20211129 |
Type | Typepom |
Description |
DescriptionKIE BOM (Bill Of Materials)
Import this BOM in your dependencyManagement if you want to depend on multiple KIE artifacts.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
kie-bom-7.63.0.t20211129.pom | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kie/kie-bom/ -->
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-bom</artifactId>
<version>7.63.0.t20211129</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.kie/kie-bom/
implementation 'org.kie:kie-bom:7.63.0.t20211129'
// https://jarcasting.com/artifacts/org.kie/kie-bom/
implementation ("org.kie:kie-bom:7.63.0.t20211129")
'org.kie:kie-bom:pom:7.63.0.t20211129'
<dependency org="org.kie" name="kie-bom" rev="7.63.0.t20211129">
<artifact name="kie-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='kie-bom', version='7.63.0.t20211129')
)
libraryDependencies += "org.kie" % "kie-bom" % "7.63.0.t20211129"
[org.kie/kie-bom "7.63.0.t20211129"]