Download drools-base-2.1.jar file - Jar d

Jar examples for d:drools-base

Description

The drools project is a dynamic rules engine for Java. It uses a modified implementation of Forgy's RETE algorithm to allow natural expression of rules within an object-oriented language.

You can download jar file drools-base 2.1 in this page.

Build File

You can use the following script to add drools-base-2.1.jar to your project.

<dependency>
   <groupId>drools</groupId>
   <artifactId>drools-base</artifactId>
   <version>2.1</version>
</dependency>
compile group: 'drools', name: 'drools-base', version: '2.1'
libraryDependencies += "drools" % "drools-base" % "2.1"
<dependency org="drools" name="drools-base" rev="2.1"/>
@Grapes(@Grab(group='drools', module='drools-base', version='2.1'))
'drools:drools-base:jar:2.1'

Download

Click the following link to download the jar file.

drools-base-2.1.jar
drools-base-2.1.pom



Related Tutorials