MVN

org.activecomponents.jadex : jadex-rules-base

Maven & Gradle

Sep 08, 2022
3 usages
41 stars

base · Jadex Rules is a small lightweight rule engine, which currently employs the well-known Rete algorithm for highly efficient rule matching. Jadex rules is therefore similar to other rule engines like JESS and Drools. Despite the similarities there are also important differences between these systems: * Jadex Rules is very small and intended to be used as component of other software. Even though rules can be specified in a Java dialect as well as (a small variation of) the CLIPS language its primary usage is on the API level. Jadex Rules is currently the core component of the Jadex BDI reasoning engine. * Jadex Rules cleanly separates between state and rule representation. This allows the state implementation as well as the matcher to be flexibly exchanged. Some experiments have e.g. been conducted with a Jena representation. Regarding the matcher, it is planned to support also the Treat algorithm, which has a lower memory footprint than Rete. * Jadex Rules pays close attention to rule debugging. The state as well as the rete engine can be observed at runtime. The rule debugger provides functionalities to execute a rule program stepwise and also use rule breakpoints to stop the execution at those points.

<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-rules-base</artifactId>
    <version>4.0.267</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.activecomponents.jadex : jadex-rules-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.267

All Versions

Choose a version of org.activecomponents.jadex : jadex-rules-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
jadex-rules-base-4.0.267
jadex-rules-base-4.0.266
jadex-rules-base-4.0.265
jadex-rules-base-4.0.264
jadex-rules-base-4.0.263
jadex-rules-base-4.0.262
jadex-rules-base-4.0.261
jadex-rules-base-4.0.260
jadex-rules-base-4.0.258
jadex-rules-base-4.0.257
jadex-rules-base-4.0.256
jadex-rules-base-4.0.255
jadex-rules-base-4.0.254
jadex-rules-base-4.0.252
jadex-rules-base-4.0.250
jadex-rules-base-4.0.249
jadex-rules-base-4.0.244
jadex-rules-base-4.0.241

How to add a dependency to Maven

Add the following org.activecomponents.jadex : jadex-rules-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.activecomponents.jadex</groupId>
    <artifactId>jadex-rules-base</artifactId>
    <version>4.0.267</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.activecomponents.jadex : jadex-rules-base gradle dependency to your build.gradle file:

implementation 'org.activecomponents.jadex:jadex-rules-base:4.0.267'

Gradle Kotlin DSL: Add the following org.activecomponents.jadex : jadex-rules-base gradle kotlin dependency to your build.gradle.kts file:

implementation("org.activecomponents.jadex:jadex-rules-base:4.0.267")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.activecomponents.jadex : jadex-rules-base sbt scala dependency to your build.sbt file:

libraryDependencies += "org.activecomponents.jadex" % "jadex-rules-base" % "4.0.267"

Advertisement

Dependencies from Group

Sep 08, 2022
37 usages
41 stars
Sep 08, 2022
30 usages
41 stars
May 11, 2020
29 usages
Sep 08, 2022
26 usages
41 stars

Discover Dependencies

Mar 24, 2015
2 usages
30 stars
Jul 28, 2015
3 usages
90 stars
Jun 15, 2023
3 usages
5 stars
Oct 31, 2021
3 usages
40 stars
Jun 30, 2019
5 usages
1.6k stars
Jan 01, 2020
2 usages
6 stars
Aug 19, 2023
4 usages
240 stars
Jul 05, 2017
2 usages
2 stars
Sep 17, 2018
2 usages
70 stars
Feb 27, 2019
2 usages
80 stars