easy-rules icon indicating copy to clipboard operation
easy-rules copied to clipboard

Gradle support

Open subpal opened this issue 2 years ago • 1 comments

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

subpal avatar Nov 14 '22 10:11 subpal

Try something like this

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

dvgaba avatar Dec 06 '22 14:12 dvgaba