Overview
JEasyRules is a Java simple rules engine API.
This API can be used in order to:
- loading decision table from CSV files ;
- implementing other way to load a normalized decision table ;
- querying a decision table.
Installation with maven
Maven repository
<repository>
<id>jeasyrules-mvn-repo</id>
<url>https://raw.github.com/jeasyrules/jeasyrules-core/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
Maven dependency
<dependency>
<groupId>jeasyrules</groupId>
<artifactId>jeasyrules-core</artifactId>
<version>${jeasyrules-core.version}</version>
</dependency>
Versions
You could see the available version here.
License
Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.