DependencyConstraintMetadata

Describes a dependency constraint declared in a resolved component's metadata, which typically originates from a component descriptor (Gradle metadata file). This interface can be used to adjust a dependency constraint's properties via metadata rules (see org.gradle.api.artifacts.dsl.ComponentMetadataHandler.

Since

4.5

Functions

Link copied to clipboard
abstract fun attributes(configureAction: Action<in AttributeContainer>): SELF
Link copied to clipboard
abstract fun because(reason: String): SELF
Link copied to clipboard
Link copied to clipboard
abstract fun getGroup(): String
Link copied to clipboard
abstract fun getModule(): ModuleIdentifier
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getReason(): String
Link copied to clipboard
Link copied to clipboard
abstract fun version(configureAction: Action<in MutableVersionConstraint>): SELF