@Incubating public interface DependencyConstraint extends Dependency
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION
Modifier and Type | Method and Description |
---|---|
VersionConstraint |
getVersionConstraint()
Returns the version constraint.
|
void |
version(Action<? super MutableVersionConstraint> configureAction)
Configures the version constraint for this dependency.
|
contentEquals, copy, getGroup, getName, getVersion
void version(Action<? super MutableVersionConstraint> configureAction)
configureAction
- the configuration action for the module versionVersionConstraint getVersionConstraint()