|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.artifacts.component.ComponentIdentifier org.gradle.api.artifacts.component.ModuleComponentIdentifier
@Incubating public interface ModuleComponentIdentifier extends ComponentIdentifier
An identifier for a component instance which is available as a module version.
Method Summary | |
---|---|
String
|
getGroup()
The module group of the component. |
String
|
getModule()
The module name of the component. |
String
|
getVersion()
The module version of the component. |
Methods inherited from interface ComponentIdentifier | |
---|---|
getDisplayName |
Method Detail |
---|
public String getGroup()
public String getModule()
public String getVersion()
Gradle API 1.12