| License |
License |
|---|---|
| Categories |
CategoriesNet Dex General Purpose Libraries Utility JADE |
| GroupId | GroupIdnet.sourceforge.jadex |
| ArtifactId | ArtifactIdjadex-kernel-bdi |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjadex-kernel-bdi
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.
|
| Filename | Size |
|---|---|
| jadex-kernel-bdi-2.4.pom | |
| jadex-kernel-bdi-2.4.jar | 947 KB |
| jadex-kernel-bdi-2.4-tests.jar | 1 KB |
| jadex-kernel-bdi-2.4-sources.jar | 345 KB |
| jadex-kernel-bdi-2.4-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-bdi/ -->
<dependency>
<groupId>net.sourceforge.jadex</groupId>
<artifactId>jadex-kernel-bdi</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-bdi/
implementation 'net.sourceforge.jadex:jadex-kernel-bdi:2.4'
// https://jarcasting.com/artifacts/net.sourceforge.jadex/jadex-kernel-bdi/
implementation ("net.sourceforge.jadex:jadex-kernel-bdi:2.4")
'net.sourceforge.jadex:jadex-kernel-bdi:jar:2.4'
<dependency org="net.sourceforge.jadex" name="jadex-kernel-bdi" rev="2.4">
<artifact name="jadex-kernel-bdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jadex', module='jadex-kernel-bdi', version='2.4')
)
libraryDependencies += "net.sourceforge.jadex" % "jadex-kernel-bdi" % "2.4"
[net.sourceforge.jadex/jadex-kernel-bdi "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.jadex : jadex-commons | jar | 2.4 |
| net.sourceforge.jadex : jadex-xml | jar | 2.4 |
| net.sourceforge.jadex : jadex-rules | jar | 2.4 |
| net.sourceforge.jadex : jadex-javaparser | jar | 2.4 |
| net.sourceforge.jadex : jadex-bridge | jar | 2.4 |
| net.sourceforge.jadex : jadex-kernel-base | jar | 2.4 |
| net.sourceforge.jadex : jadex-kernel-component | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |