groovy eclipse 插件版本:1.7.5.xx-20101020-1000-e36-release。
import com.jidesoft.swing.JideSplitButton
@Grab(group='com.jidesoft', module='jide-oss', version='[2.2.1,2.3.0)')
public class TestClassAnnotation {
public static String testMethod () {
return JideSplitButton.class.name
}
}
new TestClassAnnotation().testMethod()
第一行错误:Groovy:unable to resolve class com.jidesoft.swing.JideSplitButton
它可以作为 groovy shell 运行,但错误警告很无聊