I currently have to check several java classes if they contain some specific libraries. I am looking for the direct dependencies and transitive dependencies of the class.
Can I configure gradle to do that? I have seen, that gradle can generate me a dependency tree for the whole project and module, but unfortunately not for a specific java-class
Thanks for your help!