How to use Compile 'groovy-gdkpp.jar'. (Require Gradle) $ gradle Put 'groovy-gdkpp.jar' on the classpath. Using example ListExt use(ListExt.withStatic) { assert [[1, 4], [2, 5], [3, 6]] == [1,2,3].zip([4,5,6]) }