SLF4j website down, can someone give me jar file for slf4j 1.7.21?

I wanted to try the Lemur GUI Library and it depends on SLF4J, but the site is down so I can’t get hold of it.

You can find it in any maven repo. Check jcenter, for example.

Well, how do I download from this page? Maven Repository: org.slf4j » slf4j-api » 1.7.21

Click on the “cenrtal” link on that page. Then click on the jar you want.

Edit: a repository is nothing but a fancy web directory of files. The mvnrepository front-end is just a search engine, basically… in the end the jars resolve to a URL.

1 Like

Thanks! :slight_smile: