Skip to content

Instantly share code, notes, and snippets.

@dmarrazzo
Created August 17, 2017 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmarrazzo/71c9a52fafb6fae526c21f3b636971f3 to your computer and use it in GitHub Desktop.
Save dmarrazzo/71c9a52fafb6fae526c21f3b636971f3 to your computer and use it in GitHub Desktop.
libraries for DMN execution in Drools
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-ci</artifactId>
<version>7.1.0.Final</version>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-dmn-core</artifactId>
<version>7.1.0.Final</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment