/EMSE-Hotelmania-Ontology

ontology for hotelmania agent-oriented system.

Primary LanguageJavaApache License 2.0Apache-2.0

EMSE-Hotelmania-Ontology

ontology for hotelmania agent-oriented system.

Instructions

  1. Clone this repository git clone ...
  2. cd into ontology directory it
  3. do mvn clean install

Then you have it in your local maven repository so you can use it as dependency in your group project.

Add it to pom.xml as dependency

<dependencies>
    <dependency>
      <groupId>hotelmania</groupId>
      <artifactId>ontology</artifactId>
      <version>1.0-SNAPSHOT</version>
    </dependency>
</dependencies>