mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
added package-info
Former-commit-id: 78bd4ce6243fadc58524ec48bb0d964205e044cd
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
/**
|
||||||
|
* <html>
|
||||||
|
* <head>
|
||||||
|
* <title>org.owasp.dependencycheck.data.central</title>
|
||||||
|
* </head>
|
||||||
|
* <body>
|
||||||
|
* <p>
|
||||||
|
* Contains classes related to searching Maven Central.</p>
|
||||||
|
* <p>
|
||||||
|
* These are used to abstract Maven Central searching away from OWASP Dependency Check so they can be reused elsewhere.</p>
|
||||||
|
* </body>
|
||||||
|
* </html>
|
||||||
|
*/
|
||||||
|
package org.owasp.dependencycheck.data.central;
|
||||||
Reference in New Issue
Block a user