is not current version
Last Version 7.0.0.Beta5

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

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.Final
Type

Type

jar

Download kie-parent-with-dependencies 6.2.0.Final


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