Selects a module version
Type | Name and description |
---|---|
String |
getGroup() The group of the module. |
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. |
The group of the module.
The name of the module.
The version of the module
To match strictly means that the given identifier needs to have equal group, module name and version. It does not smartly match dynamic versions, e.g. '1.+' selector does not strictly match '1.2' identifier.