by One of my teammates contributed to an open-source library, Scanamo, and the contribution which was being made was very crucial for the next release of our project. We could not keep waiting for the next release of the library to happen, so we learned a workaround for that.

So, let's find out what was the workaround I learned, Firstly, we need to enable our project to look for a snapshot version of a library that we want to add to our project.

This way, we have provided a repository to our project to look for library snapshot with the mentioned version.

Related Articles