The Dependency Finder has only one field. In it, enter the packages or class names you want to find, separating each item with a new line. The package must be an exported package, it will not retrieve child or parent packages. So for example, if you wanted to find the CQ WCM API package, you would have to enter ‘com.day.cq.wcm.api’, not ‘com.day.cq’.
Once you enter your packages and click find, the Dependency Finder will search against the Bundles loaded into the OSGi Console for bundles exporting the packages you specified. It will return a list of the Bundles corresponding with each package or class as well as the Maven dependencies to import the packages into your Maven project.
You can use the links to the bundles to manage the bundles or add the Maven dependencies right into your POM.