资 源 简 介
A slightly more "open" and flexible telnetd build which adds to the open source telnetd library.
Source code is mavenised.
This version fixes the thread read/write blocking of the original telnetd 2.0 component.
Original project on sourceforge.
You can now add this dependency via Maven
Add the following maven repository to your pom.xml:
```
...
maven2-repository.dev.java.net
Java.net Repository for Maven
http://download.java.net/maven/2/
```
And then add the following dependency:
```
net.wimpi
telnetd-x
2.1.1
```