не последняя версия
Последняя версия 2.4

net.sourceforge.jadex:jadex-kernel-gpmn 2.0-rc10

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.

Категории

Категории

Сеть Dex Универсальные библиотеки Utility JADE
Группа

Группа

net.sourceforge.jadex
Идентификатор

Идентификатор

jadex-kernel-gpmn
Версия

Версия

2.0-rc10
Тип

Тип

jar

Скачать jadex-kernel-gpmn 2.0-rc10


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