Download bdi-abm-1.0.0.jar file - Jar b

Jar examples for b:bdi-abm

Description

A generic layer for integrating a Belief-Desire-Intention (BDI) system with an Agent-based Model (ABM)

You can download jar file bdi-abm 1.0.0 in this page.

Build File

You can use the following script to add bdi-abm-1.0.0.jar to your project.

<dependency>
   <groupId>io.github.agentsoz</groupId>
   <artifactId>bdi-abm</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'io.github.agentsoz', name: 'bdi-abm', version: '1.0.0'
libraryDependencies += "io.github.agentsoz" % "bdi-abm" % "1.0.0"
<dependency org="io.github.agentsoz" name="bdi-abm" rev="1.0.0"/>
@Grapes(@Grab(group='io.github.agentsoz', module='bdi-abm', version='1.0.0'))
'io.github.agentsoz:bdi-abm:jar:1.0.0'

Download

Click the following link to download the jar file.

bdi-abm-1.0.0-javadoc.jar
bdi-abm-1.0.0-sources.jar
bdi-abm-1.0.0.jar
bdi-abm-1.0.0.pom



Related Tutorials