Getting snapshot in a Versionrange

Hello,
how do I tell Gradle to get the newest SNAPSHOT of an older Version.
Assume I habe this Versions in Maven Repro:
1.0.0
1.0.1-branchA-SNAPSHOT <- I wont to get this one
1.0.1-branchB-SNAPSHOT
1.0.2
1.1.0
1.1.1-branchA-SNAPSHOT
1.1.1-branchB-SNAPSHOT

with (1.0,1.1[ I get the 1.02 but how do I get the SNAPSHOT??
‘latest.integration’ will get oneof the 1.1.1