is not current version
Last Version 1.2.22

com.massisframework:massisframework 1.2.1

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.

GroupId

GroupId

com.massisframework
ArtifactId

ArtifactId

massisframework
Version

Version

1.2.1
Type

Type

pom

Download massisframework 1.2.1


<!-- https://jarcasting.com/artifacts/com.massisframework/massisframework/ -->
<dependency>
    <groupId>com.massisframework</groupId>
    <artifactId>massisframework</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.massisframework/massisframework/
implementation 'com.massisframework:massisframework:1.2.1'
// https://jarcasting.com/artifacts/com.massisframework/massisframework/
implementation ("com.massisframework:massisframework:1.2.1")
'com.massisframework:massisframework:pom:1.2.1'
<dependency org="com.massisframework" name="massisframework" rev="1.2.1">
  <artifact name="massisframework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.massisframework', module='massisframework', version='1.2.1')
)
libraryDependencies += "com.massisframework" % "massisframework" % "1.2.1"
[com.massisframework/massisframework "1.2.1"]