-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Benjamin Bock edited this page Jun 1, 2015
·
1 revision
Welcome to the jtm-writer wiki!
If you use Maven or Apache Ivy in your Ant-based project, you can include the following dependencies:
<repositories>
<repository>
<id>tmlab</id>
<url>http://maven.topicmapslab.de/public/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.topicmapslab</groupId>
<artifactId>jtm-writer</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>