Dependency Scope
data class DependencyScope(val group: String, val name: String? = null, val version: String? = null) : ShadeConfigurationScope
Applies to one or more external dependencies.
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.