There was an error while loading. Please reload this page.
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>