Jar examples for r:rules
A simple rule engine in Java, compatible with the Android OS
You can download jar file rules 2.1.0 in this page.
MIT License
You can use the following script to add rules-2.1.0.jar to your project.
<dependency> <groupId>ch.maxant</groupId> <artifactId>rules</artifactId> <version>2.1.0</version> </dependency>
compile group: 'ch.maxant', name: 'rules', version: '2.1.0'
libraryDependencies += "ch.maxant" % "rules" % "2.1.0"
<dependency org="ch.maxant" name="rules" rev="2.1.0"/>
@Grapes(@Grab(group='ch.maxant', module='rules', version='2.1.0'))
'ch.maxant:rules:jar:2.1.0'
Click the following link to download the jar file.
rules-2.1.0-javadoc.jar