Jan 08 2011
∞
gradle の maven plugin を使ってローカルレポジトリに入れた自前の jar を groovy や gradle から使う方法 | Object Design Blog
GrabResolverを使うと良いらしい。
@GrabResolver(name='local', root='file:/home/foo/.m2/repository/')
@Grab(group='org.notehub.example', module='hello', version='0.1')
import org.notehub.example.*