I have the following groovy dependency declared:
@GrabResolver(name='mymirror', root='http://myartifactory/public/')
@Grab(group='groupid', module='artifactid', version='1.2.3')
println //What should I write here to see: c:\Users....m2....artifactid.jar
How can I get the location of the downloaded resolved artifact in groovy?