JitPack – Forget about cloning public repositories on Android
As Android developer, you will need to add dependencies to your project sooner or later. Those dependencies are generally published in package repositories such as Maven-Central or JCenter, but how can we get Android or JVM open source libraries not published in any package repository existing in a public Git repository? Should I clone the code and include as part of my project? No! Use JitPack.