Package com. meowool. gradle. toolkit
Types
A formatter used to format dependency as path. The final result is DependencyFormatter.toPath.
The optional configuration of Dependency Mapper.
A plugin that can map dependencies to classes or fields.
Processor for formatting raw string.
The lambda provides a 'input' string, it may be a dependency, it may be a name, or it may be a path, and then the lambda needs to return a formatted string.
Note that if the formatting processor is declared multiple times in DependencyMapperExtension, the input parameter will be the formatted by the previous declared processor.
Represents a library dependency meta-information.
Used to declare how to map library dependencies.
Used to declare how to map plugin dependencies.
Represents a plugin dependency meta-information.
Used to declare how to map project dependencies.
Used to declare how to search for remote dependencies.