musanmaz / Gradle-Dependency-Helper

Gradle Dependency Helper helps you to find and implement dependencies then sync gradle.

Home Page:https://plugins.jetbrains.com/plugin/10159-gradle-dependency-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle Dependency Helper

Gradle Dependency Helper helps you to find and add maven libraries into dependencies closure inside build.gradle then sync gradle from anywhere in project.

How to install

  • in supported JetBrains ide: go to Settings → Plugins → Browse repositories and search for Gradle Dependency Helper

or

  • download it and install via Preferences → Plugins → Install plugin from disk

How to Use

  1. Go to Generate with right click or Alt + Insert in Windows / Control (^) + N in MacOS
  2. Click the Add Dependency to Gradle... at the bottom of menu
  3. Select module that you want to add library into gradle of it (for Multi-Project Builds)
  4. Input a library name or keyword and search it
  5. Select a library from list

About

Gradle Dependency Helper helps you to find and implement dependencies then sync gradle.

https://plugins.jetbrains.com/plugin/10159-gradle-dependency-helper

License:Apache License 2.0


Languages

Language:Java 100.0%