|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ModuleVersionSelector
Selects a module version
| Method Summary | |
|---|---|
java.lang.String
|
getGroup()
The group of the module. |
java.lang.String
|
getName()
The name of the module. |
java.lang.String
|
getVersion()
The version of the module |
| Method Detail |
|---|
public java.lang.String getGroup()
public java.lang.String getName()
public java.lang.String getVersion()
Groovy Documentation