Description
mvn org.apache.maven.plugins:maven-dependency-plugin:2.8:get -DgroupId=some.group.id -DartifactId=some-artifact -Dversion="[8.2.0,8.2.9)" -Dpackaging=zip
Expected Result: the latest artifact between 8.2.0 and 8.2.8 should be downloaded.