Maven Dependencies
data class MavenDependencies(@Json(name = "dependencies" ) val dependencies: List<MavenDependency>? = null)
Dependencies of a Maven build. While there are many possible types of dependencies, initial support is for library dependencies of the software. Dependency identifiers are based on the package url (purl) specification.
Parameters
dependencies
List of dependencies of a Maven build.