Download rulette-core-1.2.8.jar file - Jar r

Jar examples for r:rulette-core

Description

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

You can download jar file rulette-core 1.2.8 in this page.

Build File

You can use the following script to add rulette-core-1.2.8.jar to your project.

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

Download

Click the following link to download the jar file.

rulette-core-1.2.8-javadoc.jar
rulette-core-1.2.8-sources.jar
rulette-core-1.2.8.jar
rulette-core-1.2.8.pom



Related Tutorials