Download jadex-kernel-bdi-2.0-rc4.jar file - Jar j

Jar examples for j:jadex-kernel-bdi

Description

The Jadex BDI kernel allows to use belief desire intention agents. BDI agents are intuitive to program as mentalistic notions are used for their description. For BDI agent a large set of predefined functionalities is available as capabilities as part of the applib BDI package.

You can download jar file jadex-kernel-bdi 2.0-rc4 in this page.

License

LGPL License

Build File

You can use the following script to add jadex-kernel-bdi-2.0-rc4.jar to your project.

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

Download

Click the following link to download the jar file.

jadex-kernel-bdi-2.0-rc4-javadoc.jar
jadex-kernel-bdi-2.0-rc4-sources.jar
jadex-kernel-bdi-2.0-rc4.jar
jadex-kernel-bdi-2.0-rc4.pom



Related Tutorials