Skip to content
Snippets Groups Projects
Select Git revision
  • Test/xxxx-returnDB
  • main default protected
  • gitkeep
  • dev protected
  • Issue/xxxx-searchMetadata
  • Issue/2309-docs
  • Test/xxxx-docker
  • v1.3.0
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.2
  • v1.0.1
  • v1.0.0
18 results

aimsbackend

  • Clone with SSH
  • Clone with HTTPS
  • 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>