A knockoff version of Hoogle but for Java.
Heavily inspired by Tsoding, more
specifically from these streams. With a couple of added features like filtering by method kind, visibility, or scope.
A user interface has been implemented which makes the usage pretty straight forward. Simply drop the JAR file you want to search in and type your query. You could also search by method name.
If you need help on the query structure you could simply type /help
and you will be presented with an explanation of the query structure, and a couple of examples.
The project is a Maven project, so after cloning the repository you could simply run:
$ mvn clean compile exec:java
Here are some screenshots of what the user is presented with: