Download JAR files tagged by rete with all dependencies
github-com-retejs-rete from group org.webjars.npm (version 2.0.2)
WebJar for rete
Group: org.webjars.npm Artifact: github-com-retejs-rete
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact github-com-retejs-rete
Group org.webjars.npm
Version 2.0.2
Last update 08. February 2024
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 1
Dependencies babel__runtime,
There are maybe transitive dependencies!
Group org.webjars.npm
Version 2.0.2
Last update 08. February 2024
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 1
Dependencies babel__runtime,
There are maybe transitive dependencies!
rete from group org.webjars.npm (version 2.0.3)
WebJar for rete
Artifact rete
Group org.webjars.npm
Version 2.0.3
Last update 08. February 2024
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 1
Dependencies babel__runtime,
There are maybe transitive dependencies!
Group org.webjars.npm
Version 2.0.3
Last update 08. February 2024
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 1
Dependencies babel__runtime,
There are maybe transitive dependencies!
rete-vue-render-plugin from group org.webjars.npm (version 1.0.0-rc2)
WebJar for rete-vue-render-plugin
Artifact rete-vue-render-plugin
Group org.webjars.npm
Version 1.0.0-rc2
Last update 13. November 2022
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 2
Dependencies vue__compiler-sfc, vue,
There are maybe transitive dependencies!
Group org.webjars.npm
Version 1.0.0-rc2
Last update 13. November 2022
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 2
Dependencies vue__compiler-sfc, vue,
There are maybe transitive dependencies!
rete-connection-plugin from group org.webjars.npm (version 0.9.0)
WebJar for rete-connection-plugin
Artifact rete-connection-plugin
Group org.webjars.npm
Version 0.9.0
Last update 13. November 2022
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.webjars.npm
Version 0.9.0
Last update 13. November 2022
Organization not specified
URL https://www.webjars.org
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
drools-retediagram from group org.drools (version 9.44.0.Final)
Internal utility (EXPERIMENTAL) to plot Rete diagram, similar to `ReteDumper`, using Dot language format
Artifact drools-retediagram
Group org.drools
Version 9.44.0.Final
Last update 05. September 2023
Organization not specified
URL http://drools.org
License not specified
Dependencies amount 2
Dependencies graphviz-java, drools-compiler,
There are maybe transitive dependencies!
Group org.drools
Version 9.44.0.Final
Last update 05. September 2023
Organization not specified
URL http://drools.org
License not specified
Dependencies amount 2
Dependencies graphviz-java, drools-compiler,
There are maybe transitive dependencies!
jadex-rules-base from group org.activecomponents.jadex (version 4.0.267)
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.
Group: org.activecomponents.jadex Artifact: jadex-rules-base
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jadex-rules-base
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 4
Dependencies jadex-util-commons, jadex-util-concurrent, jadex-serialization-xml, antlr-runtime,
There are maybe transitive dependencies!
Group org.activecomponents.jadex
Version 4.0.267
Last update 08. September 2022
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 4
Dependencies jadex-util-commons, jadex-util-concurrent, jadex-serialization-xml, antlr-runtime,
There are maybe transitive dependencies!
jadex-rules from group org.activecomponents.jadex (version 3.0.117)
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.
Group: org.activecomponents.jadex Artifact: jadex-rules
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jadex-rules
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!
Group org.activecomponents.jadex
Version 3.0.117
Last update 10. May 2020
Organization not specified
URL https://www.activecomponents.org
License GPL-3.0
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!
jadex-rules from group net.sourceforge.jadex (version 2.4)
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.
0 downloads
Artifact jadex-rules
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!
Group net.sourceforge.jadex
Version 2.4
Last update 20. December 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies jadex-commons, jadex-xml, antlr-runtime,
There are maybe transitive dependencies!
Page 1 from 1 (items total 8)