This tool allows you to scrape any GitHub project dependency graph for dependent projects.
Make sure you comply with GitHub Scraping and API Usage Restrictions before using this tool.
Setup Environment as documented in Quarkus:Building a native Executable guide.
$ mvn clean install -Pnative
$ "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" && mvn clean install -Pnative
$ java -jar target/github-dependents-scraper-uber.jar "https://github.com/fabric8io/fabric8-maven-plugin/network/dependents?package_id=UGFja2FnZS0xODEwNTMzNjE%3D"
Once the native binary is built following your platform instructions, run the following command:
$ ./target/github-dependents-scraper-uber "https://github.com/fabric8io/fabric8-maven-plugin/network/dependents?package_id=UGFja2FnZS0xODEwNTMzNjE%3D"