In gradle one can do
compile 'com.myGroupid:myArifiactId:0.0.1+'
where '+' means just take the latest version which can be 0.0.1.061114
is there a way to mimic the "+' in maven?
In gradle one can do
compile 'com.myGroupid:myArifiactId:0.0.1+'
where '+' means just take the latest version which can be 0.0.1.061114
is there a way to mimic the "+' in maven?