{ "homepage": "http://www.groovy-lang.org/", "version": "2.5.2", "license": "Apache-2.0", "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-2.5.2.zip", "hash": "495f96f1be35ef838abb5f1c10fc6f642460cacd94c7095eb3a9f1fbf62b282e", "extract_dir": "groovy-2.5.2", "bin": [ "bin\\grape.bat", "bin\\groovy.bat", "bin\\groovyc.bat", "bin\\groovyConsole.bat", "bin\\groovydoc.bat", "bin\\groovysh.bat", "bin\\java2groovy.bat", "bin\\startGroovy.bat" ], "env_set": { "GROOVY_HOME": "$dir" }, "suggest": { "JDK": [ "java/oraclejdk", "java/openjdk" ] }, "checkver": { "url": "http://www.groovy-lang.org/download.html", "re": "apache-groovy-binary-([\\d.]+).zip" }, "autoupdate": { "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip", "extract_dir": "groovy-$version", "hash": { "url": "$url.sha256" } } }