Downloading and using Cordova plugins

Is there a way to download a particular version of a Cordova plugin and then attach it to a AppStudio project?

Thanks

Yes. This is done in the config.xml file, like this:

    <plugin name="cordova-plugin-statusbar" source="npm" spec="^1.1.0" />

Complete docs are here: