Skip to content

shinsunyoung/dependency-injector

Repository files navigation

dependency-injector

intelliJ Plugin automatically injects the most popular version


Short Cut ✂️

  • Window : Alt + Shift + D
  • Mac : Command + Shift + D

How To Use 📔

Select the keyword you want to inject dependency, and press the shortcut.
the pluging then searches the mvnrepository.com for thre word and shows three choices in order of popularity.
If you select the dependency you want, find the most popular version and inject it automatically for each build tool. (maven, gradle)


image
pom.xml (Maven)


image
build.gradle (Gradle)


Change Note

1.0 : New project initiate.
1.1 : Change sort order from popularity to relevance
1.2 : Performance improvement (approximately 30%)

Releases

No releases published

Packages

No packages published

Languages