All Projects → stormszhang → GradleDependencyHelper

stormszhang / GradleDependencyHelper

Licence: other
An Android Studio Plugin for searching maven dependencies faster.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to GradleDependencyHelper

Mvpautocodeplus
🔌An IDEA/Android Studio plug-in that automatically generates an MVP template code
Stars: ✭ 176 (+1253.85%)
Mutual labels:  idea, androidstudio
Deep Clean
When Gradle or the IDE let you down, just --nuke all them caches
Stars: ✭ 689 (+5200%)
Mutual labels:  idea, androidstudio
Android-MonetizeApp
A sample which uses Google's Play Billing Library and it makes In-app Purchases and Subscriptions.
Stars: ✭ 149 (+1046.15%)
Mutual labels:  androidstudio
Jectivator
Jetbrains Idea激活系列产品 一键自动激活脚本 不用任何修改 不用填激活码 该激活工具适用于Linux端
Stars: ✭ 20 (+53.85%)
Mutual labels:  idea
android-https-patcher
🐱‍💻 Patch your android app (apk) with self-signed certificate to sniff https traffic.
Stars: ✭ 68 (+423.08%)
Mutual labels:  androidstudio
KotlinCodeSorter
🔌A simple plugin for sorting kotlin code. 一个可以对kotlin代码排序的小插件.
Stars: ✭ 25 (+92.31%)
Mutual labels:  ideaplugin
auto-dark-mode
IDEA plugin to automatically apply system theme settings on macOS and Windows.
Stars: ✭ 35 (+169.23%)
Mutual labels:  idea
TemplateBuilder
Android Studio模板一键生成插件
Stars: ✭ 39 (+200%)
Mutual labels:  androidstudio
serialPort
Android通用的串口通信库
Stars: ✭ 39 (+200%)
Mutual labels:  androidstudio
SpringData-mongdb
🐱 idea 搭建 springdata+mongodb+maven+springmvc 工程。
Stars: ✭ 19 (+46.15%)
Mutual labels:  idea
material-design-color-palette
🎨Material Design color palette pluin for IntelliJ based IDEs.
Stars: ✭ 19 (+46.15%)
Mutual labels:  idea
Android-Developer-Fundamentals-Version-2
Codelabs for Google's Android Developer Fundamentals Course (Version 2)
Stars: ✭ 38 (+192.31%)
Mutual labels:  androidstudio
mybatis-plus-plugin
idea plugin
Stars: ✭ 115 (+784.62%)
Mutual labels:  idea
Login-SignupUI-FirebasePhoneauth
New Repo
Stars: ✭ 43 (+230.77%)
Mutual labels:  androidstudio
JetBrains-scheme
JetBrains主题,更完美的高亮。支持 IntelliJ IDEA、phpstorm、goland、webstorm
Stars: ✭ 25 (+92.31%)
Mutual labels:  idea
seckill parent
基于springboot+springcloud的高并发和商品秒杀项目,通过redis,rabbitmq等技术实现秒杀的高并发。
Stars: ✭ 59 (+353.85%)
Mutual labels:  idea
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (+323.08%)
Mutual labels:  idea
App-Manager-Android
An app manager for Android written in Kotlin. View app related info, launch or uninstall apps.
Stars: ✭ 31 (+138.46%)
Mutual labels:  androidstudio
IntelliJ-IDEA-Translate2Chinese
Chinese ​(Simplified)​ Language Pack EAP v201.15 魔改进行中...
Stars: ✭ 14 (+7.69%)
Mutual labels:  idea
Desenvolvimento-Android-do-absoluto-zero-para-iniciantes
Visite meu site e conheça todos os meus cursos 100% on-line.
Stars: ✭ 33 (+153.85%)
Mutual labels:  androidstudio

GradleDependencyHelper

An Android Studio Plugin for searching maven dependencies faster.

Description

GradleDependencyHelper is an Android Studio Plugin for searching dependencies faster.Finish importing your gradle dependency with this plugin instead of opening the web browser.

Usage

Install the plugin,find out the plugin named GDependency in the ToolsMenu or press ctrl+alt+G to open the plugin window.

It should be like this.

Type the dependency you want to search,then press ENTER or search button.

Select the dependency you need,press the copy button to copy the latest version or just double click the dependency to see the details and history versions.

Finally go to your gradle file and press ctrl+v to paste it.

Download the dependency file and install it in the setting menu.

Notice

1.The plugin uses fastjson to parse json data.
2.Be sure you are connected to network,or nothing will be displayed.

License

  Copyright 2017 AbbyJM

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].