How-to articles, tricks, and solutions about DEPENDENCY-MANAGEMENT
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.
What exactly is a Maven Snapshot and why do we need it?
A Maven snapshot is a version of a Maven artifact that is under active development and has not been released yet.