Jar examples for j:jadex-kernel-gpmn
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.
You can download jar file jadex-kernel-gpmn 2.2 in this page.
LGPL License
You can use the following script to add jadex-kernel-gpmn-2.2.jar to your project.
<dependency> <groupId>net.sourceforge.jadex</groupId> <artifactId>jadex-kernel-gpmn</artifactId> <version>2.2</version> </dependency>
compile group: 'net.sourceforge.jadex', name: 'jadex-kernel-gpmn', version: '2.2'
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-gpmn" % "2.2"
<dependency org="net.sourceforge.jadex" name="jadex-kernel-gpmn" rev="2.2"/>
@Grapes(@Grab(group='net.sourceforge.jadex', module='jadex-kernel-gpmn', version='2.2'))
'net.sourceforge.jadex:jadex-kernel-gpmn:jar:2.2'
Click the following link to download the jar file.
jadex-kernel-gpmn-2.2-javadoc.jar