@Grab with Eclipse

733 Views Asked by At

I'm trying the following @Grab from Eclipse

@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7' )

When i run it though, Eclipse just stops responding.

This one works.

@Grab('com.github.groovy-wslite:groovy-wslite:0.8.0')

Is there anything I should before I execute the @Grab? Also, I'd like to be able to @Grab wslite version 1.1.0. How can I do that? If I just change the version to 1.1.0, it stops responding again.

I'm very new to Groovy so any help would be appreciated. Thanks.

0

There are 0 best solutions below