a module without revision
|
[organisation]#[module]
|
org.apache.ant#ant
|
a module with revision
|
[organisation]#[module];[revision]
|
org.apache.ant#ant;1.7.0
|
a module with (some) configurations
|
[organisation]#[module][ [confs] ]
|
org.apache.ant#ant[master,compile,build]
|
a module with revision and (some) configurations
|
[organisation]#[module];[revision][ [confs] ]
|
org.apache.ant#ant;1.7.0[master,compile,build]
|
a module's artifact
|
[organisation]#[module]![artifact].[ext]([type])
|
org.apache.ant#ant!ant.jar(source)
|
a module's artifact with revision
|
[organisation]#[module];[revision]![artifact].[ext]([type])
|
org.apache.ant#ant;1.7.0!ant.jar(source)
|