We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
//var g = gavString.split(':'); //gav = {groupId:g[0], artifactId:g[1], version:g[2]};
it is not explicit (even counter-intuitive) that gav is a string, an array or an object with groupId, artifactId and version
Should be better explained !
The text was updated successfully, but these errors were encountered:
Update welcome.commands
c33cd59
No branches or pull requests
//var g = gavString.split(':');
//gav = {groupId:g[0], artifactId:g[1], version:g[2]};
it is not explicit (even counter-intuitive) that gav is a string, an array or an object with groupId, artifactId and version
Should be better explained !
The text was updated successfully, but these errors were encountered: