Improvement: equalize parameter order in all functions for group,name,version
Currently there are some functions which accept (name, group, version string)
and
other functions which accept (group, name, version string)
which is confusing and
difficult to work with (my bad).
Let's make all such functions use the same parameter order by always starting with the group.
(group, name, version string)
Also, the order should be the same in the Goa DSL definitions.
Edited by Lyuben Penkovski