Mentions légales du service

Skip to content
Snippets Groups Projects
ontosim.pom 1.82 KiB
<project>
  <modelVersion>4.0.0</modelVersion>

  <groupId>fr.inrialpes.exmo</groupId>
  <artifactId>ontosim</artifactId>
  <version>2.3adv</version>
  <!-- This is a non released OntoSim at revision 139 -->
  <name>OntoSim</name>
  <description>OntoSim is a library and API for distances and similarities between ontologies.</description>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
    </license>
  </licenses>

  <url>http://ontosim.gforge.inria.fr</url>

  <!--dependencies>
    <dependency>
      <groupId>org.semanticweb.owl</groupId>
      <artifactId>align</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>fr.inrialpes.exmo.align</groupId>
      <artifactId>procalign</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>gnu.getopt</groupId>
      <artifactId>java-getopt</artifactId>
    </dependency>
    <dependency>
      <comment>why??</comment>
      <groupId>org.semanticweb</groupId>
      <artifactId>owl</artifactId>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.jena</groupId>
      <artifactId>jena-core</artifactId>
      <optional>true</optional>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.lucene</groupId>
      <artifactId>lucene-core</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.didion</groupId>
      <artifactId>jwnl</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>fr.inrialpes.exmo</groupId>
      <artifactId>ontowrap</artifactId>
      <scope>compile</scope>
    </dependency>
  </dependencies-->
</project>