is not current version
Last Version 7.0.0.Beta5

org.kie:kie-parent-with-dependencies 6.4.0.Beta2

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).

GroupId

GroupId

org.kie
ArtifactId

ArtifactId

kie-parent-with-dependencies
Version

Version

6.4.0.Beta2
Type

Type

jar

Download kie-parent-with-dependencies 6.4.0.Beta2


<!-- https://jarcasting.com/artifacts/org.kie/kie-parent-with-dependencies/ -->
<dependency>
    <groupId>org.kie</groupId>
    <artifactId>kie-parent-with-dependencies</artifactId>
    <version>6.4.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie/kie-parent-with-dependencies/
implementation 'org.kie:kie-parent-with-dependencies:6.4.0.Beta2'
// https://jarcasting.com/artifacts/org.kie/kie-parent-with-dependencies/
implementation ("org.kie:kie-parent-with-dependencies:6.4.0.Beta2")
'org.kie:kie-parent-with-dependencies:jar:6.4.0.Beta2'
<dependency org="org.kie" name="kie-parent-with-dependencies" rev="6.4.0.Beta2">
  <artifact name="kie-parent-with-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie', module='kie-parent-with-dependencies', version='6.4.0.Beta2')
)
libraryDependencies += "org.kie" % "kie-parent-with-dependencies" % "6.4.0.Beta2"
[org.kie/kie-parent-with-dependencies "6.4.0.Beta2"]