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

Jar examples for d:drools-smf

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-smf 2.1 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

drools-smf-2.1.jar
drools-smf-2.1.pom



Related Tutorials