Registry / build-tool / kie-ci

kie-ci

JSON →
library10.1.0javamavenunverified

Continuous integration support for the Drools rule engine and KIE platform.

<dependency> <groupId>org.kie</groupId> <artifactId>kie-ci</artifactId> <version>10.1.0</version> </dependency>
INSTALL
IMPORT
SIG · KIE-CI
K
kie-ci
build-tooljavav10.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KieServices
org.kie.api.KieServices

Minimal KIE services initialization

import org.kie.api.KieServices; import org.kie.api.runtime.KieContainer; public class Example { public static void main(String[] args) { KieServices ks = KieServices.Factory.get(); KieContainer kContainer = ks.getKieClasspathContainer(); System.out.println("KIE container created"); } }
Debug
Known issues
breakingKIE CI module is part of Drools; ensure compatible version with other Drools artifacts.
fix
Use same version for all Drools dependencies to avoid classpath conflicts.
affects: *
Upgrade
Version history
10.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
kie-ci — mvn dependency:get kie-ci · libregistry