ClientModule, DependencyConstraint, ExternalDependency, ExternalModuleDependencypublic interface ModuleVersionSelector
ModuleComponentSelector, so check this first, and only
 add methods here if it's for bridging.| Modifier and Type | Method | Description | 
|---|---|---|
| String | getGroup() | The group of the module. | 
| ModuleIdentifier | getModule() | The module identifier of the component. | 
| String | getName() | The name of the module. | 
| String | getVersion() | The version of the module. | 
| boolean | matchesStrictly(ModuleVersionIdentifier identifier) | To match strictly means that the given identifier needs to have
 equal group, module name and version. | 
String getGroup()
String getName()
@Nullable String getVersion()
boolean matchesStrictly(ModuleVersionIdentifier identifier)
@Incubating ModuleIdentifier getModule()
getGroup() and getName().