org.drools.tutorials.banking.Example1 Maven / Gradle / Ivy
The newest version!
package org.drools.tutorials.banking;
public class Example1 {
public static void main(String[] args) throws Exception {
new RuleRunner().runRules( new String[] { "Example1.drl" },
new Object[0] );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy