DependencyScope

constructor(group: String, name: String? = null, version: String? = null)

Parameters

group

Required. The group ID of the dependency.

name

Optional. The artifact name of the dependency, or null to match all artifact names.

version

Optional. The version of the dependency, or null to match all versions.