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).
Files download
File Operation
kie-parent-with-dependencies-6.5.0.CR1.pom download
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-parent-with-dependencies</artifactId>
  <version>6.5.0.CR1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-parent-with-dependencies:6.5.0.CR1'
Gradle Kotlin
implementation("org.kie:kie-parent-with-dependencies:6.5.0.CR1")
Scala SBT
libraryDependencies += "org.kie" % "kie-parent-with-dependencies" % "6.5.0.CR1"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-parent-with-dependencies', version='6.5.0.CR1')
)
Apache Ivy
<dependency org="org.kie" name="kie-parent-with-dependencies" rev="6.5.0.CR1" />
Leiningen
[org.kie/kie-parent-with-dependencies "6.5.0.CR1"]
Apache Buildr
'org.kie:kie-parent-with-dependencies:jar:6.5.0.CR1'