mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 00:33:46 +01:00
13 lines
210 B
Java
13 lines
210 B
Java
/**
|
|
* <html>
|
|
* <head>
|
|
* <title>org.owasp.dependencycheck</title>
|
|
* </head>
|
|
* <body>
|
|
* Includes the main entry point for the DependencyChecker.
|
|
* </body>
|
|
* </html>
|
|
*/
|
|
|
|
package org.owasp.dependencycheck;
|