Skip to content
Snippets Groups Projects
Select Git revision
  • fix/initialization
  • main default protected
  • dev
  • dthb-harvester-fields
  • openedx_harvester
  • 92-harvest-orkg-and-add-papers-in-kh
  • gfz-harvester-ts
  • zenodo_upload_type
  • incubator
  • harvest_orga_from_wikidata_use_inferencing
  • modeling/ontology_based_models
  • formatting
  • dfgc@re3data
13 results

kh-populator

  • 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>