Skip to content

Instantly share code, notes, and snippets.

@filipelenfers
Created July 23, 2013 12:51
Show Gist options
  • Save filipelenfers/6062113 to your computer and use it in GitHub Desktop.
Save filipelenfers/6062113 to your computer and use it in GitHub Desktop.
Drools dependencies
libraryDependencies ++= {
Seq("drools-compiler", "drools-core","drools-jsr94", "drools-decisiontables", "knowledge-api")
.map("org.drools" % _ % "5.5.0.Final")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment