Commons
This repository includes the interfaces and general functionality for the other MontiSim projects. It should be noted that this repository should not have any dependencies on the other repositories - instead all other repositories are allowed to have this repository as dependency.
Link to the MontiSim Documentation (Wiki) <<
>>The Issues for MontiSim are tracked in the simulation project.
Usage
To use the different sub-project as maven dependency, add the following to your pom's <dependencies>
:
<dependency>
<groupId>montisim</groupId>
<artifactId>commons</artifactId>
<version>${version}</version>
</dependency>