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 |
|---|---|---|---|---|---|
| cglib | cglib-nodep | 2.1 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| oqube | patchwork-bytes | 2.0-20061006.123500-2 | - | 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 |
|---|---|---|---|---|---|
| commons-collections | commons-collections | 3.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| fr.lifl | openjgraph | 1.0-SNAPSHOT | - | jar | |
| fr.lifl | parsing | 1.0 | - | jar | |
| innig | innig-util | 0.4.2 | - | jar | |
| jgoodies | looks | 1.2.2 | - | jar | |
| jhighlight | jhighlight | 1.0 | - | jar | |
| qdox | qdox | 1.6 | - | jar |
Generic traversal of Object structures
A small project studying generic methods for traversing object graphs in Java.
http://www.oqube.com/projects/object-traversal/
Unnamed - junit:junit:jar:3.8.1
a low-level library for manipulating classfiles and bytecode of Java classes.
http://www.oqube.com/projects/patchwork/patchwork-bytes
http://www.achilleus.net/openjgraph/
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.
Unnamed - jhighlight:jhighlight:jar:1.0
Unnamed - innig:innig-util:jar:0.4.2
http://www.achilleus.net/parsing/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.