My favorites | Sign in
Project Home Issues Source
Search
for
Maven  

If you use Maven or Apache Ivy in your Ant-based project, you should include the following repository:

  <repositories>
      <repository>
          <id>tmlab</id>
          <url>http://maven.topicmapslab.de/public/</url>
      </repository>
  </repositories>





To use the SAIL-TMAPI include:

  <dependencies>
      ...
      <dependency>
          <groupId>de.topicmapslab</groupId>
          <artifactId>sesame-sail-tmapi</artifactId>
          <version>0.0.9-SNAPSHOT</version>
      </dependency>
      ...
  </dependencies>





To use the Topic Maps engine include:

  <dependencies>
      ...
      <dependency>
          <groupId>de.topicmapslab.sesametm</groupId>
          <artifactId>sesametm-engine</artifactId>
          <version>0.1.6-SNAPSHOT</version>
      </dependency>
      ...
  </dependencies>

Sign in to add a comment
Powered by Google Project Hosting