| Title: |
Drools API examples - KieModuleModel Example |
| Group ID: |
org.drools |
| Artifact ID: |
kiemodulemodel-example |
| Version: |
6.5.0.CR1 |
| Last modified: |
23.08.2016 13:28 |
| Packaging: |
jar |
| Name: |
Drools API examples - KieModuleModel Example |
| Vendor: |
JBoss by Red Hat |
|
|
| Size: |
3.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/drools/kiemodulemodel-example/6.5.0.CR1/kiemodulemodel-example-6.5.0.CR1-test-sources.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.drools</groupId>
<artifactId>drools-examples-api</artifactId>
<version>6.5.0.CR1</version>
</parent>
<artifactId>kiemodulemodel-example</artifactId>
<name>Drools API examples - KieModuleModel Example</name>
<dependencies>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-compiler</artifactId>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>drools-core</artifactId>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-api</artifactId>
</dependency>
<!-- Needed by the example as it uses these kjars -->
<dependency>
<groupId>org.drools</groupId>
<artifactId>named-kiesession</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.drools</groupId>
<artifactId>kiebase-inclusion</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.drools</groupId>
<artifactId>kiemodulemodel-example</artifactId>
<version>6.5.0.CR1</version>
<classifier>test-sources</classifier>
</dependency>
|
| Gradle: |
org.drools:kiemodulemodel-example:6.5.0.CR1:test-sources |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|