MVN

net.sourceforge.jadex : jadex-kernel-bpmn

Maven & Gradle

Dec 20, 2013
12 usages

jadex-kernel-bpmn · The Jadex BPMN kernel provides a workflow kernel for the standardized business process modeling notation. The kernel relies on annotated BPMN diagrams, which include detailed execution information.

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-kernel-bpmn</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jadex : jadex-kernel-bpmn to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4
  • Latest Release Candidate: 2.0-rc10

All Versions

Choose a version of net.sourceforge.jadex : jadex-kernel-bpmn to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
jadex-kernel-bpmn-2.4
2.3
jadex-kernel-bpmn-2.3
2.2.x
jadex-kernel-bpmn-2.2.1
2.2
jadex-kernel-bpmn-2.2
2.1
jadex-kernel-bpmn-2.1
2.0
jadex-kernel-bpmn-2.0
jadex-kernel-bpmn-2.0-rc10
jadex-kernel-bpmn-2.0-rc9
jadex-kernel-bpmn-2.0-rc8
jadex-kernel-bpmn-2.0-rc7
jadex-kernel-bpmn-2.0-rc6
jadex-kernel-bpmn-2.0-rc5
jadex-kernel-bpmn-2.0-rc4

How to add a dependency to Maven

Add the following net.sourceforge.jadex : jadex-kernel-bpmn maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-kernel-bpmn</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.jadex : jadex-kernel-bpmn gradle dependency to your build.gradle file:

implementation 'net.sourceforge.jadex:jadex-kernel-bpmn:2.4'

Gradle Kotlin DSL: Add the following net.sourceforge.jadex : jadex-kernel-bpmn gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.jadex:jadex-kernel-bpmn:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.jadex : jadex-kernel-bpmn sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-bpmn" % "2.4"