i

io.janusproject

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).
http://www.janusproject.io/
Apache License, Version 2.0
Janus Project Consortium
Sebastian Rodriguez Nicolas Gaud Stéphane Galland
Files download
File Operation
io.janusproject-2.0.3.1.pom download
Apache Maven
<dependency>
  <groupId>io.janusproject</groupId>
  <artifactId>io.janusproject</artifactId>
  <version>2.0.3.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.janusproject:io.janusproject:2.0.3.1'
Gradle Kotlin
implementation("io.janusproject:io.janusproject:2.0.3.1")
Scala SBT
libraryDependencies += "io.janusproject" % "io.janusproject" % "2.0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.janusproject', module='io.janusproject', version='2.0.3.1')
)
Apache Ivy
<dependency org="io.janusproject" name="io.janusproject" rev="2.0.3.1" />
Leiningen
[io.janusproject/io.janusproject "2.0.3.1"]
Apache Buildr
'io.janusproject:io.janusproject:jar:2.0.3.1'
Dependencies
The project has no third-party dependencies