With our system's CI/CD, the library releases will be made only when the components are tested. Until then the libraries are maintained as snapshots with the suffix '-SNAPSHOT'
.
How can I make my gradle
and maven
projects, that depends on those libraries to download the snapshots of a specific version, when the release for that version is not available?