is not current version
Last Version 7.0.0.Beta5

org.kie:kie-parent-with-dependencies 6.2.0.CR2

The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).

GroupId

GroupId

org.kie
ArtifactId

ArtifactId

kie-parent-with-dependencies
Version

Version

6.2.0.CR2
Type

Type

jar

Download kie-parent-with-dependencies 6.2.0.CR2


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