Downloading Plugin jars

Hey,
My company blocks downloading dependencies from external websites during builds. For this reason, I cannot get gradle plugins from https://plugins.gradle.org/m2/. Is there any URL where I can download the plugin jars from? Once downloaded, I would get them approved by my company for use during build. Specifically, I want the jar for the following plugin: https://plugins.gradle.org/plugin/org.sonarqube
Any help would be appreciated.

Thanks,
hp324

The plugin portal is just a regular Maven repository. In that case you can download the jar from here and the pom from here. You could then in theory manually upload them to an internal Maven repo and resolve them from there in your build scripts.