报错内容:
unresolved dependency: org.codehaus.groovy.modules.http-builder#http-builder;0.7: not found
代码:
@Grab(group='org.codehaus.groovy.modules.http-builder', module='http-builder', version='0.7')
import groovyx.net.http.HTTPBuilder
解决方案:
配置代理proxy setting: File>>Settings
参考: https://forum.chemaxon.com/ftopic10194.html