I wanted to create a simple maven java project to use Jess (Rule Engine for the Java), but I don't see any dependency is present for this to use import jess.*;
I did google for Jess library to use with Java Maven project, I don't see it's free to use it.
1) Could anyone please provide steps to create it? Or Can we run from command prompt?
2) Is there any site by which has basic sample program and some complex stuff?