|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface ModuleVersionIdentifier extends Serializable
The identifier of a module version.
Method Summary | |
---|---|
String
|
getGroup()
The group of the module. |
ModuleIdentifier
|
getModule()
Returns the ModuleIdentifier containing the group and the name of this module. |
String
|
getName()
The name of the module. |
String
|
getVersion()
The version of the module |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public String getGroup()
@Incubating public ModuleIdentifier getModule()
public String getName()
public String getVersion()
Gradle API 1.12