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 |
|---|---|---|---|---|---|
| att | grappa | 1.2 | - | jar | |
| jung | jung | 1.6.0 | - | 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 |
|---|---|---|---|---|---|
| colt | colt | 1.2.0 | - | jar | |
| commons-collections | commons-collections | 3.1 | - | jar | |
| concurrent | concurrent | 1.3.4 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| xerces | xercesImpl | 2.6.2 | - | jar |
A few classes that I've found useful in numerous projects over the years, written to make use of Java 5's generics.
Dough Lea's util.concurrent package
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Unnamed - xerces:xercesImpl:jar:2.6.2
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.