Spring boot 找不到OpenRules规则引擎JAR

Spring boot 找不到OpenRules规则引擎JAR,spring-boot,rule-engine,Spring Boot,Rule Engine,我们目前正在尝试使用openrules规则引擎。名为openrules ruleengine的特定JAR在源站点的任何位置都不可用 import com.openrules.ruleengine.OpenRulesEngine; OpenRulesEngine engine = new OpenRulesEngine(fileName); 如何使用Spring boot在openrules中动态添加规则 提前感谢。我找到了此存储库:“”。这就是我找到OpenRules jar的地方,我在POM

我们目前正在尝试使用openrules规则引擎。名为
openrules ruleengine
的特定
JAR
在源站点的任何位置都不可用

import com.openrules.ruleengine.OpenRulesEngine;
OpenRulesEngine engine = new OpenRulesEngine(fileName);
如何使用
Spring boot
openrules
中动态添加规则

提前感谢。

我找到了此存储库:“”。这就是我找到OpenRules jar的地方,我在POM中声明了repository标记,并且根据这里的版本声明了依赖项,它对我来说非常有效