Project Dependencies
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type |
---|
junit | junit | 3.8.1 | jar |
Project Transitive Dependencies
No transitive dependencies are required for this project.
Project Dependency Graph
Dependency Tree
- com.quiotix:htmlparser:jar:1.3-snapshot
Quiotix HTML Parser |
---|
Description: A toolkit for parsing HTML documents. The grammar is generated by JavaCC, a parser generator developed at Sun. It does not enforce the DTD, but instead builds a simple parse tree which can be used to validate, reformat, display, analyze, or edit the HTML document. The goal was to produce a parse tree which threw away very little information contained in the source file, so that by dumping the parse tree, an almost identical copy of the input document would result. It is not confused by things that look like tags inside of quoted strings. URL: http://www.paneris.net/htmlparser/ Project License: Gnu Public License |
- junit:junit:jar:3.8.1 (test)
Licenses
Gnu Public License: Quiotix HTML Parser
Common Public License Version 1.0: JUnit