Files
DependencyCheck/src/site/markdown/modules.md
Jeremy Long d5ed2bc765 updated site structure and data
Former-commit-id: 9745b59268f55930b3fdff9c24ad219715cb714a
2015-04-22 20:21:31 -04:00

18 lines
614 B
Markdown

Modules
====================
OWASP dependency-check's core analysis engine was designed to fit into an applications normal
build and reporting process:
- [Maven Plugin](dependency-check-maven/index.html)
- [Ant Task](dependency-check-ant/index.html)
- [Jenkins Plugin](dependency-check-jenkins/index.html)
In addition, dependency-check can be executed from the [command line](dependency-check-cli/index.html).
Core Engine
-------------------
Information about the core engine and the utilities used can be found:
- [Core](dependency-check-core/index.html)
- [Utilities](dependency-check-utils/index.html)