Dependency Constraint
interface DependencyConstraint : ModuleVersionSelector, HasConfigurableAttributes<DependencyConstraint> (source)
Represents a constraints over all, including transitive, dependencies.
Since
4.5
Functions
Link copied to clipboard
Mutates the attributes of this constraint.
Link copied to clipboard
Returns the attributes for this constraint.
Link copied to clipboard
The module identifier of the component.
Link copied to clipboard
The version of the module.
Link copied to clipboard
Returns the version constraint to be used during selection.
Link copied to clipboard
To match strictly means that the given identifier needs to have equal group, module name and version.
Link copied to clipboard
Configures the version constraint for this dependency constraint.