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).
文件下载
文件名 操作
kie-parent-with-dependencies-6.2.0.CR2.pom 下载
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-parent-with-dependencies</artifactId>
  <version>6.2.0.CR2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-parent-with-dependencies:6.2.0.CR2'
Gradle Kotlin
implementation("org.kie:kie-parent-with-dependencies:6.2.0.CR2")
Scala SBT
libraryDependencies += "org.kie" % "kie-parent-with-dependencies" % "6.2.0.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-parent-with-dependencies', version='6.2.0.CR2')
)
Apache Ivy
<dependency org="org.kie" name="kie-parent-with-dependencies" rev="6.2.0.CR2" />
Leiningen
[org.kie/kie-parent-with-dependencies "6.2.0.CR2"]
Apache Buildr
'org.kie:kie-parent-with-dependencies:jar:6.2.0.CR2'