Uses of Class
org.owasp.dependencycheck.data.nexus.MavenArtifact

Packages that use MavenArtifact
Package
Description
Analyzers are used to inspect the identified dependencies, collect Evidence, and process the dependencies.
Contains classes related to searching Artifactory Maven repository.

These are used to abstractArtifactory searching away from OWASP Dependency Check so they can be reused elsewhere.
Implements a generic persisted cache that can be used to store results of external analysis between executions.

Contains classes related to searching Maven Central.

These are used to abstract Maven Central searching away from OWASP Dependency Check so they can be reused elsewhere.
Contains classes related to searching a Nexus repository.

These are used to abstract Nexus searching away from OWASP Dependency Check so they can be reused elsewhere.
Contains the core Dependency implementation.