Package org.gradle.api.artifacts
Interface ModuleIdentifier
-
- All Superinterfaces:
Serializable
public interface ModuleIdentifier extends Serializable
The identifier of a module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getGroup()
The group of the module.String
getName()
The name of the module.
-