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 coordinates, i.e.: https://repo1.maven.org/maven2/org/codehaus/groovy/ For Groovy versions 4+ use the 'org.apache.groovy' Maven coordinates, i.e.: https://repo1.maven.org/maven2/org/apache/groovy/ Cheers, Paul. On Thu, Nov 28, 2024 at 7:36 PM Nolan Sherwood <nolan.s...@hotmail.com> wrote: > > 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, > TryNotDying