Depends on what you mean by "specify" and what you mean by "inherit".
If your plugin adds those dependencies to the project it is applied to, then the dependencies are on the project where the plugin is applied to.
If your plugin code has dependencies that it needs for its work, then the projects you apply it to will of course have them in their build script class path so that the plugin can work, but of course not in its production class path.