https://github.com/top-bettercode/gradle-dependencies-plugins-helper-plugin
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
https://github.com/top-bettercode/gradle-dependencies-plugins-helper-plugin
completion dependencies gradle intellij intellij-idea intellij-plugin kts plugins
Last synced: 2 months ago
JSON representation
This is an IntelliJ IDEA plugin for searching dependencies/plugins from JCentral/GradlePlugins inside Gradle projects.
- Host: GitHub
- URL: https://github.com/top-bettercode/gradle-dependencies-plugins-helper-plugin
- Owner: top-bettercode
- License: apache-2.0
- Created: 2017-08-11T02:49:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T06:34:35.000Z (6 months ago)
- Last Synced: 2025-04-23T07:30:29.826Z (6 months ago)
- Topics: completion, dependencies, gradle, intellij, intellij-idea, intellij-plugin, kts, plugins
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/10033-gradle-dependencies-and-plugins-helper
- Size: 1.79 MB
- Stars: 34
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GradleDependenciesAndPluginsHelper
[](https://plugins.jetbrains.com/plugin/10033-gradle-dependencies-and-plugins-helper)
[](https://plugins.jetbrains.com/plugin/10033-gradle-dependencies-and-plugins-helper)
[](http://www.apache.org/licenses/LICENSE-2.0)[中文说明](README_CN.md)
This is an IntelliJ IDEA plugin for searching dependencies/plugins from [mavenCentral](https://search.maven.org)/[GradlePlugins](https://plugins.gradle.org/) inside Gradle projects.
Inspired by [https://github.com/siosio/GradleDependenciesHelperPlugin](https://github.com/siosio/GradleDependenciesHelperPlugin).
## Features
* Use `Smart Type Completion` in dependencies/plugins script block.


* Support *.gradle,*.gradle.kts.


* Use [mavenCentral](https://search.maven.org) for Gradle dependencies queries, Use [Gradle Plugins](https://plugins.gradle.org) for Gradle plugins queries.
* Support wildcard query * .
* Support search by classname in mavenCentral search.
use "c:"(classname) or "fc:"( fully-qualified classname ) in dependencies script block.
example:
compile("fc:org.junit.Test")
compile("c:Junit")
* Add specified repository to repositories.Use `Show Intention Actions` action (`Alt + Enter` or ⌥⏎) and choose `Add specified repository to repositories.`

## Settings
* Make sure `Smart Type Completion` is on.

* Support `Use Nexus2 Repository Search`(Nexus2),`Use Artifactory Repository Search` options.

## License
Apache License Version 2.0
## IDE Support
Thanks to JetBrains for offering IDE support to develop this Open Source project.
[](https://jb.gg/OpenSource)