How-to articles, tricks, and solutions about GRADLE-ECLIPSE
How to add local .jar file dependency to build.gradle file?
To add a local JAR file dependency to a build.gradle file, you can use the compile fileTree() method and specify the directory where the JAR file is located.