I want to access a class via a dependency (Maven) of the current project. Just like accessing the class in the code window of IDEA. So, is it possible to access such classes from a plugin? I can access all project data and classes at the moment, but not the foreign dependencies.I want to access a class via a dependency (Mave