Maven interface
You can download a plugin update from the plugin repository using a Maven interface available at https://plugins.jetbrains.com/maven.
URL format is the following:
https://plugins.jetbrains.com/maven/<channel> /com/jetbrains/plugins/<plugin_xml_id>/<version>/<plugin_xml_id>-<version>. <extension>
Where
plugin_xml_idis a uniquePlugin XML IDspecified on the right of the plugin's individual update page or in theplugin.xml.versionis a full update version.channelis a release channel the update is published to (empty channel means defaultStablechannel.)extensionis a plugin update package extension (.jaror.zip.)
E.g. to download VueJs plugin version 1.0.1 you should send a request to https://plugins.jetbrains.com/maven/com/jetbrains/plugins/vue.js/1.0.1/vue.js-1.0.1.jar.
Also, you can use Gradle or Maven to retrieve a plugin as a maven-dependency:
groupIdis either<channel>.com.jetbrains.pluginsorcom.jetbrains.pluginsfor aStablechannel.artifactIdispluginXmlId(pluginXmlIdis specified as aPlugin XML IDparameter on the right of the plugin's individual update page.)
build.gradle
(please see parameters described above)