[solved] How to declare mvnrepository.com in repositories

Exactly like you did.
The problem is, that mvnrepository.com is not a repository so you will never find any library in it.
It is an indexing site indexing other Maven repositories.
So use one of the repositories that are displayed on mvnrepository.com as having that library available.

1 Like