k

kie-parent-with-dependencies

The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).
Files download
File Operation
kie-parent-with-dependencies-6.0.0.CR4.pom download
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-parent-with-dependencies</artifactId>
  <version>6.0.0.CR4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-parent-with-dependencies:6.0.0.CR4'
Gradle Kotlin
implementation("org.kie:kie-parent-with-dependencies:6.0.0.CR4")
Scala SBT
libraryDependencies += "org.kie" % "kie-parent-with-dependencies" % "6.0.0.CR4"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-parent-with-dependencies', version='6.0.0.CR4')
)
Apache Ivy
<dependency org="org.kie" name="kie-parent-with-dependencies" rev="6.0.0.CR4" />
Leiningen
[org.kie/kie-parent-with-dependencies "6.0.0.CR4"]
Apache Buildr
'org.kie:kie-parent-with-dependencies:jar:6.0.0.CR4'