Interface ExternalDependency

    • Method Detail

      • isForce

        boolean isForce()
        Returns whether or not the version of this dependency should be enforced in the case of version conflicts.
      • version

        void version​(Action<? super MutableVersionConstraint> configureAction)
        Configures the version constraint for this dependency.
        Parameters:
        configureAction - the configuration action for the module version
        Since:
        4.4
      • getVersionConstraint

        VersionConstraint getVersionConstraint()
        Returns the version constraint to be used during selection.
        Returns:
        the version constraint
        Since:
        4.4