Download rulette-engine-1.2.6.jar file - Jar r

Jar examples for r:rulette-engine

Description

A lightweight rule storage, definition and evaluation engine intended for the most business use-cases

You can download jar file rulette-engine 1.2.6 in this page.

Build File

You can use the following script to add rulette-engine-1.2.6.jar to your project.

<dependency>
   <groupId>com.github.kislayverma.rulette</groupId>
   <artifactId>rulette-engine</artifactId>
   <version>1.2.6</version>
</dependency>
compile group: 'com.github.kislayverma.rulette', name: 'rulette-engine', version: '1.2.6'
libraryDependencies += "com.github.kislayverma.rulette" % "rulette-engine" % "1.2.6"
<dependency org="com.github.kislayverma.rulette" name="rulette-engine" rev="1.2.6"/>
@Grapes(@Grab(group='com.github.kislayverma.rulette', module='rulette-engine', version='1.2.6'))
'com.github.kislayverma.rulette:rulette-engine:jar:1.2.6'

Download

Click the following link to download the jar file.

rulette-engine-1.2.6-javadoc.jar
rulette-engine-1.2.6-sources.jar
rulette-engine-1.2.6.jar
rulette-engine-1.2.6.pom



Related Tutorials