Download jadex-kernel-gpmn-2.3.jar file - Jar j

Jar examples for j:jadex-kernel-gpmn

Description

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.3 in this page.

License

LGPL License

Build File

You can use the following script to add jadex-kernel-gpmn-2.3.jar to your project.

<dependency>
   <groupId>net.sourceforge.jadex</groupId>
   <artifactId>jadex-kernel-gpmn</artifactId>
   <version>2.3</version>
</dependency>
compile group: 'net.sourceforge.jadex', name: 'jadex-kernel-gpmn', version: '2.3'
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-gpmn" % "2.3"
<dependency org="net.sourceforge.jadex" name="jadex-kernel-gpmn" rev="2.3"/>
@Grapes(@Grab(group='net.sourceforge.jadex', module='jadex-kernel-gpmn', version='2.3'))
'net.sourceforge.jadex:jadex-kernel-gpmn:jar:2.3'

Download

Click the following link to download the jar file.

jadex-kernel-gpmn-2.3-javadoc.jar
jadex-kernel-gpmn-2.3-sources.jar
jadex-kernel-gpmn-2.3-tests.jar
jadex-kernel-gpmn-2.3.jar
jadex-kernel-gpmn-2.3.pom



Related Tutorials