is not current version
Last Version 7.0.0.Beta5

org.kie:kie-parent-with-dependencies 7.0.0.Beta3

The parent with dependencies imports the KIE third party BOM, all user BOMs and adds the default test-scoped dependencies. This is a temporary POM which should eventually removed once all the downstream projects migrate to kie-parent + user BOMs.

GroupId

GroupId

org.kie
ArtifactId

ArtifactId

kie-parent-with-dependencies
Version

Version

7.0.0.Beta3
Type

Type

pom

Download kie-parent-with-dependencies 7.0.0.Beta3


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