All Projects → scana → Ok Gradle

scana / Ok Gradle

Licence: apache-2.0
IntelliJ/Android Studio plugin for searching artifacts ids of popular Java libraries.

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Ok Gradle

openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (-89.46%)
Mutual labels:  gradle, maven
Spock Example
Spock example specifications along with ready-to-go Gradle and Maven builds
Stars: ✭ 595 (-10.39%)
Mutual labels:  gradle, maven
sonatype-publish-plugin
Gradle Plugin for publishing artifacts to Sonatype and Nexus
Stars: ✭ 17 (-97.44%)
Mutual labels:  gradle, maven
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (-87.5%)
Mutual labels:  maven, intellij-plugin
Trampoline
Admin Spring Boot Locally
Stars: ✭ 325 (-51.05%)
Mutual labels:  gradle, maven
maven-archetypes-catalog-plugin
A plugin to enable IntelliJ IDEA to fetch external Maven Archetype Catalog files
Stars: ✭ 19 (-97.14%)
Mutual labels:  maven, intellij-plugin
manon
🧪 Play with SpringBoot 2, JWT, Querydsl, GraphQL, Docker, ELK, PostgreSQL, MariaDB, Redis, MongoDB, Flyway, Maven, Gradle, TestNG, JUnit5, JaCoCo, GreenMail, CI, Quality Gates, Prometheus, Gatling, etc.
Stars: ✭ 26 (-96.08%)
Mutual labels:  gradle, maven
Maven Git Versioning Extension
This extension will virtually set project versions, based on current git branch or tag.
Stars: ✭ 178 (-73.19%)
Mutual labels:  gradle, maven
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (-57.08%)
Mutual labels:  gradle, maven
Kotlin Examples
Various examples for Kotlin
Stars: ✭ 3,014 (+353.92%)
Mutual labels:  gradle, maven
Reposilite
Lightweight repository management software dedicated for the Maven based artifacts (formerly NanoMaven) 📦
Stars: ✭ 222 (-66.57%)
Mutual labels:  gradle, maven
Gradle Maven Publish Plugin
Gradle plugin that configures an uploadArchives task to automatically upload all of your Java, Kotlin or Android libraries to any Maven instance.
Stars: ✭ 392 (-40.96%)
Mutual labels:  gradle, maven
Forbidden Apis
Policeman's Forbidden API Checker
Stars: ✭ 216 (-67.47%)
Mutual labels:  gradle, maven
gradle-cleaner-intellij-plugin
Force clear delaying & no longer needed Gradle tasks.
Stars: ✭ 26 (-96.08%)
Mutual labels:  gradle, intellij-plugin
Micromodule
Rebuild multiple complete module structures within the module.
Stars: ✭ 192 (-71.08%)
Mutual labels:  gradle, maven
TwitterApiKit
Twitter's API v2 Objectified. This will save you time from creating data objects to access twitter's API v2. This library is supported on Gradle, Maven, Java, Kotlin, and Android projects.
Stars: ✭ 23 (-96.54%)
Mutual labels:  gradle, maven
Simplenet
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Stars: ✭ 164 (-75.3%)
Mutual labels:  gradle, maven
Jitpack.io
Documentation and issues of https://jitpack.io
Stars: ✭ 2,156 (+224.7%)
Mutual labels:  gradle, maven
broom
A disk cleaning utility for developers.
Stars: ✭ 38 (-94.28%)
Mutual labels:  gradle, maven
Samples
JavaFX samples to run with different options and build tools
Stars: ✭ 352 (-46.99%)
Mutual labels:  gradle, maven

OK, Gradle!

IntelliJ/Android Studio Plugin for searching artifacts ids of popular Java libraries.


This plugin is in JetBrains Plugins Repository! Get it from here.

Take a look

Use those for adding new dependencies easily to your build.gradle/build.gradle.kts files.

Retrofit - which one was it?

compile 'com.square.retrofit:retrofit2:2.9.0'
compile 'com.squareup.retrofit2:retrofit:2.9.0'

Android Design library - which one was it?

compile 'androidx.material:1.2.1'
compile 'com.google.android.material:material:1.2.1'

With this plugin, you won't have to remember it anymore nor open an external browser to search for it on the Internet.

Usage:

Find the OK, Gradle action with CTRL/CMD+SHIFT+A shortcut and type library's name that you are looking for in an input field.

To make your life even more easier, assign a shortcut to it. Personally, I prefer CMD+K - as in "OK!" (I don't use commit action in the IDE anyway).

You need to have an active Internet connection to be able to use this tool.

Would you like to automatically update your dependencies?

Take a look at refreshVersions project by @jmfayard

Roadmap (take it with a grain of salt)

  • local storage for collecting info about most used artifacts (for sorting purposes)
  • global online db for storing information about most used artifacts (for sorting purposes)
  • settings panel for tweaking things
  • ???

Disclaimer

I want to thank Chris Broadfoot for creating http://gradleplease.appspot.com website, which was an inspiration for this plugin.

License

Copyright 2021 Marcin Robaczyński "Scana"

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].