Jar examples for j:jadex-kernel-micro
The Jadex micro kernel provides a lightweight and very efficient kernel for minimal agents with an extremely low memory footprint. Micro agents have a simple internal architecture that is similar to active objects. They are programmed as Java objects overriding a framework class, which has predefined methods for the setup, termination, execution logic as well as message receipt.
You can download jar file jadex-kernel-micro 3.0-DEVELOPMENT in this page.
GNU GENERAL PUBLIC LICENSE Version 3 or later
You can use the following script to add jadex-kernel-micro-3.0-DEVELOPMENT.jar to your project.
<dependency> <groupId>org.activecomponents.jadex</groupId> <artifactId>jadex-kernel-micro</artifactId> <version>3.0-DEVELOPMENT</version> </dependency>
compile group: 'org.activecomponents.jadex', name: 'jadex-kernel-micro', version: '3.0-DEVELOPMENT'
libraryDependencies += "org.activecomponents.jadex" % "jadex-kernel-micro" % "3.0-DEVELOPMENT"
<dependency org="org.activecomponents.jadex" name="jadex-kernel-micro" rev="3.0-DEVELOPMENT"/>
@Grapes(@Grab(group='org.activecomponents.jadex', module='jadex-kernel-micro', version='3.0-DEVELOPMENT'))
'org.activecomponents.jadex:jadex-kernel-micro:jar:3.0-DEVELOPMENT'
Click the following link to download the jar file.
jadex-kernel-micro-3.0-DEVELOPMENT-javadoc.jar