SelfResolvingDependency

Deprecated

A SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a repository.

Deprecated

Dependencies should not be resolved outside a resolvable configuration. To resolve this dependency, add it to a resolvable configuration and resolve that configuration.

Inheritors

Properties

Link copied to clipboard
val ARCHIVES_CONFIGURATION: String = "archives"
Link copied to clipboard
val CLASSIFIER: String = "m:classifier"
Link copied to clipboard
val DEFAULT_CONFIGURATION: String = "default"

Functions

Link copied to clipboard
abstract fun because(reason: String)
Link copied to clipboard
abstract fun contentEquals(dependency: Dependency): Boolean
Link copied to clipboard
abstract fun copy(): Dependency
Link copied to clipboard
Link copied to clipboard
abstract fun getGroup(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getReason(): String
Link copied to clipboard
abstract fun getVersion(): String
Link copied to clipboard
abstract fun resolve(): Set<File>
Resolves this dependency.
abstract fun resolve(transitive: Boolean): Set<File>
Resolves this dependency by specifying the transitive mode.