Hi,
Groovy hasn't used the Maven coordinates you refer to since 2005. Your
best bet is to read the Maven instructions on the download page:
https://groovy.apache.org/download.html#buildtools
The summary is, for Groovy versions up to and including 3.x use the
'org.codehaus.groovy' Maven coordinat
If you check the Maven repository, for groovy here:
https://repo.maven.apache.org/maven2/groovy/
You can see that all the versions are missing, its very outdated AND/OR
corrupted.
Please fix the repo as none using maven can add these dependencies using maven.
Kindly,
TryNotDyi
Java didn't use the term "keyword" but chose "reserved type" since
generally you can't use keywords in most other places in your code,
but for backwards compatibility you can still have "var" as a variable
name.
Groovy also lets you have var as a variable name as well as lets you
have keywords in c