DOC

io.janusproject : io.janusproject

Maven & Gradle

Jan 24, 2016
12 stars

Janus Project · Janus is an open-source multi-agent platform fully implemented in Java 1.8. Janus enables developers to quickly create web, enterprise and desktop multiagent-based applications. It provides a comprehensive set of features to develop, run, display and monitor multiagent-based applications. Janus-based applications can be distributed across a network. Janus could be used as an agent-oriented platform, an organizational platform, and/or an holonic platform. It also natively manages the concept of recursive agents and holons. Janus is jointly developed by the multiagent team of the University of Burgondy Franche Comté, and the Grupo de Investigaci��n en Tecnolog��as Inform��ticas Avanzadas de Tucum��n. This is the new version of Janus fully reimplemented to support the SARL Agent-Oriented Programming Language (http://www.sarl.io).

Table Of Contents

Latest Version

Download io.janusproject : io.janusproject Javadoc & API Documentation - Latest Versions:

All Versions

Download io.janusproject : io.janusproject Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file io.janusproject-2.0.3.1-javadoc.jar to io.janusproject-2.0.3.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder io.janusproject-2.0.3.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "io.janusproject-2.0.3.1-sources.jar" -d "io.janusproject-2.0.3.1-javadoc" -subpackages 

Advertisement