Uses of Package
org.owasp.dependencycheck.exception

Package
Description
Includes the main entry point for dependency-check.
The agent package holds an agent API that can be used by other applications that have information about dependencies; but would rather implement something in their code directly rather then spawn a process to run the entire dependency-check engine.
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains classes used to generate reports.
Includes various utility classes such as a Settings wrapper, a Checksum utility, etc.