MVN

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).

<dependency>
    <groupId>io.janusproject</groupId>
    <artifactId>io.janusproject</artifactId>
    <version>2.0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.janusproject : io.janusproject to add to Maven - Latest Versions:

  • Latest Stable: 2.0.3.1

All Versions

Choose a version of io.janusproject : io.janusproject to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
io.janusproject-2.0.3.1
io.janusproject-2.0.3.0
io.janusproject-2.0.2.0
io.janusproject-2.0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.janusproject</groupId>
    <artifactId>io.janusproject</artifactId>
    <version>2.0.3.1</version>
</dependency>

Advertisement