k

kie-core-bom

Import this BOM in your dependencyManagement if you want to depend on multiple KIE artifacts.
http://www.kiegroup.org
The Apache Software License, Version 2.0
JBoss by Red Hat
文件下载
文件名 操作
kie-core-bom-9.44.0.Final.pom 下载
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-core-bom</artifactId>
  <version>9.44.0.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-core-bom:9.44.0.Final'
Gradle Kotlin
implementation("org.kie:kie-core-bom:9.44.0.Final")
Scala SBT
libraryDependencies += "org.kie" % "kie-core-bom" % "9.44.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-core-bom', version='9.44.0.Final')
)
Apache Ivy
<dependency org="org.kie" name="kie-core-bom" rev="9.44.0.Final" />
Leiningen
[org.kie/kie-core-bom "9.44.0.Final"]
Apache Buildr
'org.kie:kie-core-bom:jar:9.44.0.Final'