module
Creates a dependency based on the group, name and version (GAV) coordinates.
Since
8.0
Deprecated
Will be removed in Gradle 9.0
Creates a dependency on a client module without adding it to a configuration.
Return
The dependency.
Parameters
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
See also
Deprecated
Will be removed in Gradle 9.0
Creates a dependency on a client module without adding it to a configuration.
Return
The dependency.
Parameters
the group of the module to be added as a dependency.
the name of the module to be added as a dependency.
the optional version of the module to be added as a dependency.
the optional configuration of the module to be added as a dependency.
the optional classifier of the module artifact to be added as a dependency.
the optional extension of the module artifact to be added as a dependency.
The expression to use to configure the dependency.
See also
Deprecated
Will be removed in Gradle 9.0
Creates a dependency on a client module without adding it to a configuration.
Return
The dependency.
Parameters
The module notation, in one of the notations described at DependencyHandler.
The expression to use to configure the dependency.