j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.83k stars 1.04k forks source link

Gradle support #399

Open subpal opened 1 year ago

subpal commented 1 year ago

Can we add easy-rules to an existing java gradle project? If yes, how?

dvgaba commented 1 year ago

Try something like this

implementation group: 'org.jeasy', name: 'easy-rules-core', version: '4.1.0'