My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Maven  
Updated Apr 12, 2011 by Sven.Kro...@googlemail.com

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>jeXc</artifactId>
	  <version>1.0.0-SNAPSHOT</version>	
      </dependency>
  </dependencies>
Powered by Google Project Hosting