How can I search the whole Maven Central repository for classes extending a given class?
(The concrete reason I ask this is that I’d like to see examples of extensions of FileSystemProvider, but I am interested in the question more generally.)
I am also interested in searching for all classes implementing a given interface, I guess the procedure will be similar.
(Here is a related question about searching for classes in the class path; but this question is about searching in the whole Maven Central repository.)