I am trying to build com.netflix.servo:servo-core release version = 0.13.2
The mvnrepository.com website aggregates artifacts from various public repositories now. Some dependencies of this package are not on the standard repos being checked as per build.gradle
As a result of which package is not being built
One straightforward way is to find the repo where the dependency is present, and add that to the build.gradle file. Any other workarounds suggested?