The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
de.mud.bsx | backend | 1.2.0 | - | jar | |
jta | jta | 2.6 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
easymock | easymock | 1.2_Java1.3 | - | jar | |
junit | junit | 3.8.2 | - | jar |
The BSX Project provides simple vector graphics for multi user dungeons (MUDs). BSX specifies a format for vector graphics and a protocol.
http://bsxproject.sourceforge.net/jta2plugin/
Library - Parser and Display in Java
The backend implements the BSX protocol. It's able to filter incoming traffic and to display the contained graphics. It is used in the JTA plugin, in the RoomMapper and the BSXProxy.
http://bsxproject.sourceforge.net/backend/
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.