Is there a way to get Maven to download a specific snapshot version of a dependency? I know that specifying the dependency like this will download the lastest snapshot avail
AFAIK the SNAPSHOT always refers to the latest build and there is no way to depend on specific version.
To work around this issue, you could republish the exact version you want to depend on in your own maven repository and assign it a specific version.