ModuleVersionSelector

Selects a module version. If you need to change this interface, you're probably doing it wrong: it is superseded by org.gradle.api.artifacts.component.ModuleComponentSelector, so check this first, and only add methods here if it's for bridging.

Inheritors

Functions

Link copied to clipboard
abstract fun getGroup(): String
The group of the module.
Link copied to clipboard
abstract fun getModule(): ModuleIdentifier
The module identifier of the component.
Link copied to clipboard
abstract fun getName(): String
The name of the module.
Link copied to clipboard
@Nullable
abstract fun getVersion(): String
The version of the module.
Link copied to clipboard
To match strictly means that the given identifier needs to have equal group, module name and version.