Interface Dependencies

All Known Subinterfaces:
GradleDependencies, JvmComponentDependencies

@Incubating public interface Dependencies
Universal APIs that are available for all dependencies blocks.
Since:
7.6
See Also:
API Note:
This interface is intended to be used to mix-in DSL methods for dependencies blocks.
Implementation Requirements:
The default implementation of all methods should not be overridden.
Implementation Note:
Changes to this interface may require changes to the extension module for Groovy DSL or extension functions for Kotlin DSL.