k

kie-drl-tests-without-index-file

DRL Tests not having a phisical IndexFile in classpath
文件下载
文件名 操作
kie-drl-tests-without-index-file-9.44.0.Final.jar 下载
kie-drl-tests-without-index-file-9.44.0.Final.pom 下载
Apache Maven
<dependency>
  <groupId>org.kie</groupId>
  <artifactId>kie-drl-tests-without-index-file</artifactId>
  <version>9.44.0.Final</version>
</dependency>
Gradle Groovy
implementation 'org.kie:kie-drl-tests-without-index-file:9.44.0.Final'
Gradle Kotlin
implementation("org.kie:kie-drl-tests-without-index-file:9.44.0.Final")
Scala SBT
libraryDependencies += "org.kie" % "kie-drl-tests-without-index-file" % "9.44.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.kie', module='kie-drl-tests-without-index-file', version='9.44.0.Final')
)
Apache Ivy
<dependency org="org.kie" name="kie-drl-tests-without-index-file" rev="9.44.0.Final" />
Leiningen
[org.kie/kie-drl-tests-without-index-file "9.44.0.Final"]
Apache Buildr
'org.kie:kie-drl-tests-without-index-file:jar:9.44.0.Final'