MVN

com.massisframework : massisframework

Maven & Gradle

Jan 31, 2016
5 stars

MASSIS Framework · MASSIS is a framework that facilitates the simulation of scenarios with multiple agents (representing people, robots, sensors, etc.) in indoor environments (i.e., in a building). MASSIS provides support for designing spaces and specifying the behavior of the elements and agents in them It is possible to define a great diversity of behaviours, from a simple sensor to the decisions of a person. MASSIS has been designed to keep this flexibility withough hindering performance. The framework is capable of supporting thousands of agents, each one with an specific behavior.

<dependency>
    <groupId>com.massisframework</groupId>
    <artifactId>massisframework</artifactId>
    <version>1.2.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.massisframework : massisframework to add to Maven - Latest Versions:

  • Latest Stable: 1.2.22

All Versions

Choose a version of com.massisframework : massisframework to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
massisframework-1.2.22
massisframework-1.2.20
massisframework-1.2.18
massisframework-1.2.17
massisframework-1.2.10
massisframework-1.2.9
massisframework-1.2.8
massisframework-1.2.5
massisframework-1.2.2
massisframework-1.2.1
1.1
massisframework-1.1
1.0
massisframework-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.massisframework</groupId>
    <artifactId>massisframework</artifactId>
    <version>1.2.22</version>
</dependency>

Advertisement