DependencyScope

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.

Constructors

Link copied to clipboard
constructor(group: String, name: String? = null, version: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val version: String? = null

Functions

Link copied to clipboard

Applies to either of these scopes.