Jar examples for d:drools-spring
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-spring 2.1 in this page.
Apache License
You can use the following script to add drools-spring-2.1.jar to your project.
<dependency> <groupId>drools</groupId> <artifactId>drools-spring</artifactId> <version>2.1</version> </dependency>
compile group: 'drools', name: 'drools-spring', version: '2.1'
libraryDependencies += "drools" % "drools-spring" % "2.1"
<dependency org="drools" name="drools-spring" rev="2.1"/>
@Grapes(@Grab(group='drools', module='drools-spring', version='2.1'))
'drools:drools-spring:jar:2.1'
Click the following link to download the jar file.
drools-spring-2.1.jar