Download rules-2.2.1.jar file - Jar r

Jar examples for r:rules

Description

A simple rule engine in Java, compatible with the Android OS

You can download jar file rules 2.2.1 in this page.

License

MIT License

Build File

You can use the following script to add rules-2.2.1.jar to your project.

<dependency>
   <groupId>ch.maxant</groupId>
   <artifactId>rules</artifactId>
   <version>2.2.1</version>
</dependency>
compile group: 'ch.maxant', name: 'rules', version: '2.2.1'
libraryDependencies += "ch.maxant" % "rules" % "2.2.1"
<dependency org="ch.maxant" name="rules" rev="2.2.1"/>
@Grapes(@Grab(group='ch.maxant', module='rules', version='2.2.1'))
'ch.maxant:rules:jar:2.2.1'

Download

Click the following link to download the jar file.

rules-2.2.1-javadoc.jar
rules-2.2.1-sources.jar
rules-2.2.1-tests.jar
rules-2.2.1.jar
rules-2.2.1.pom



Related Tutorials