Interface DependencyConstraintsMetadata

All Superinterfaces:
Collection<DependencyConstraintMetadata>, DependenciesMetadata<DependencyConstraintMetadata>, Iterable<DependencyConstraintMetadata>

public interface DependencyConstraintsMetadata extends DependenciesMetadata<DependencyConstraintMetadata>
Describes the dependency constraints of a variant declared in a resolved component's metadata, which typically originate from a component descriptor (Gradle metadata file). This interface can be used to adjust the dependencies of a published component via metadata rules (see ComponentMetadataHandler.
Since:
4.5