Accessing Artifacts
- Where can I find this project's artifacts?
-
The artifacts can be downloaded from the project's download page on sourceforge:
Project Files
Alternatively, if you're using maven2 as a build tool, add the following to your pom for
direct access to dependencies:
<project>
<!-- ... -->
<repositories>
<!-- ... -->
<repository>
<id>telnetservice.sourceforge.net/repository</id>
<name>telnetservice.sourceforge.net repository</name>
<url>http://telnetservice.sourceforge.net/maven2/</url>
</repository>
<!-- ... -->