Package org.gradle.api.artifacts
Interface ModuleVersionIdentifier
- All Superinterfaces:
- Serializable
The identifier of a module version.
- 
Method SummaryModifier and TypeMethodDescriptiongetGroup()The group of the module.Returns theModuleIdentifiercontaining the group and the name of this module.getName()The name of the module.The version of the module
- 
Method Details- 
getVersionString getVersion()The version of the module- Returns:
- module version
 
- 
getGroupString getGroup()The group of the module.- Returns:
- module group
 
- 
getNameString getName()The name of the module.- Returns:
- module name
 
- 
getModuleModuleIdentifier getModule()Returns theModuleIdentifiercontaining the group and the name of this module. Contains the same information asgetGroup()andgetName()- Returns:
- the module identifier
- Since:
- 1.4
 
 
-