Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 901 Bytes

getting-started.md

File metadata and controls

29 lines (17 loc) · 901 Bytes

Getting started with jDMN

Introduction:

jDMN is an collection of processors for DMN implemented in Java:

  • interpreter
  • cross-transpilers to Java, Kotlin and Python

More details are here

Requirements:

Java 8 or higher

Maven 3.6.1 or higher

Download

IDE

This is a Maven based project that can be imported both in Intellij and Eclipse, hence the IDE files are ignored from version control. All you have to is to import the project in your IDE.

Acquiring jDMN