Dependencies
Universal APIs that are available for all dependencies
blocks.
Inheritors
Functions
Link copied to clipboard
A dependency factory is used to convert supported dependency notations into org.gradle.api.artifacts.Dependency instances.
Link copied to clipboard
Injected service to create named objects.
Link copied to clipboard
The current project.
Link copied to clipboard
Create an ExternalModuleDependency from the given notation.
open fun module(@Nullable group: String, name: String, @Nullable version: String): ExternalModuleDependency
Create an ExternalModuleDependency from a series of strings.
Link copied to clipboard
Creates a dependency based on the group, name and version (GAV) coordinates.
Link copied to clipboard
Returns the current project as a ProjectDependency.
Converts an absolute or relative path to a project into a ProjectDependency.