Gradle Dependencies
data class GradleDependencies(@Json(name = "dependencies" ) val dependencies: List<GradleDependency>? = null)
Dependencies of a Gradle 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 Gradle build.