With Maven, we can achieve the similar effect of invalidating local dependency cache and download artifacts from repository by using following command.
mvn -U
If you are using Gradle, you probably know that Gradle use a binary metadata chache to store various aspects of dependency resolution (see following gradle doc ).
There might be a point when you