|
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>
<dependencies>
...
<dependency>
<groupId>de.topicmapslab</groupId>
<artifactId>sesame-sail-tmapi</artifactId>
<version>0.0.9-SNAPSHOT</version>
</dependency>
...
</dependencies>
<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