Re: Corrupted Maven Repository

2024-11-28 Thread Paul King
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

Corrupted Maven Repository

2024-11-28 Thread Nolan Sherwood
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

Re: [EXT] Re: Using `var` as method return type placeholder

2024-11-28 Thread Paul King
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