is not current version
Last Version 2.4

net.sourceforge.jadex:jadex-kernel-gpmn 2.2

The Jadex GPMN (goal oriented process modeling notation) kernel provides a goal-oriented workflow kernel. The idea is that a workflow is specified as declarative goal hierarchy, which describes what has to be achieved to fulfill the workflow. At runtime goals are pursued by executing plans represented by standard BPMN workflows. The execution of goal-based workflows is achieved by conversion to BDI agents.

Categories

Categories

Net Dex General Purpose Libraries Utility JADE
GroupId

GroupId

net.sourceforge.jadex
ArtifactId

ArtifactId

jadex-kernel-gpmn
Version

Version

2.2
Type

Type

jar

Download jadex-kernel-gpmn 2.2


<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-gpmn/ -->
<dependency>
    <groupId>net.sourceforge.jadex</groupId>
    <artifactId>jadex-kernel-gpmn</artifactId>
    <version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-gpmn/
implementation 'net.sourceforge.jadex:jadex-kernel-gpmn:2.2'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-gpmn/
implementation ("net.sourceforge.jadex:jadex-kernel-gpmn:2.2")
'net.sourceforge.jadex:jadex-kernel-gpmn:jar:2.2'
<dependency org="net.sourceforge.jadex" name="jadex-kernel-gpmn" rev="2.2">
  <artifact name="jadex-kernel-gpmn" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-kernel-gpmn', version='2.2')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-gpmn" % "2.2"
[net.sourceforge.jadex/jadex-kernel-gpmn "2.2"]