k

kie-parent-with-dependencies

The parent with dependencies imports the KIE Platform BOM and adds the default test-scoped dependencies. All modules extend this parent, except for the user-facing BOMs (which are used here).
文件下载
文件名 操作
kie-parent-with-dependencies-6.3.0.Final.pom 下载
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-parent-with-dependencies</artifactId>
  <version>6.3.0.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-parent-with-dependencies:6.3.0.Final'
Gradle Kotlin
implementation("org.kie:kie-parent-with-dependencies:6.3.0.Final")
Scala SBT
libraryDependencies += "org.kie" % "kie-parent-with-dependencies" % "6.3.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-parent-with-dependencies', version='6.3.0.Final')
)
Apache Ivy
<dependency org="org.kie" name="kie-parent-with-dependencies" rev="6.3.0.Final" />
Leiningen
[org.kie/kie-parent-with-dependencies "6.3.0.Final"]
Apache Buildr
'org.kie:kie-parent-with-dependencies:jar:6.3.0.Final'