Download drools-core-5.1.1.jar file - Jar d

Jar examples for d:drools-core

Description

JBoss Rules provides an open source and standards-based business rules engine that enables easy business policy access, change and management. JBoss Rules is a fast and highly efficient rules engine that makes it easy for a business analyst or auditor to view your business rules as encoded in your IT application infrastructure to verify that the encoded rules indeed implement the documented business policies. JBoss Rules also supports a variety of language and decision table inputs, making it easy to quickly modify your business policies to respond to opportunities and competitive threats.

You can download jar file drools-core 5.1.1 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add drools-core-5.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

drools-core-5.1.1-sources.jar
drools-core-5.1.1-test-sources.jar
drools-core-5.1.1.jar
drools-core-5.1.1.pom



Related Tutorials