Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • pr_update
  • dev
  • v2.0.0
  • v1.0.10
5 results

commons

  • Clone with SSH
  • Clone with HTTPS
  • rumpe's avatar
    Bernhard Rumpe authored
    36ed69c3
    History

    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>