2020-09-29 15:00:24 +00:00

41 lines
1.3 KiB
JSON

{
"homepage": "http://www.groovy-lang.org/",
"description": "A powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.",
"version": "3.0.6",
"license": "Apache-2.0",
"url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-3.0.6.zip",
"hash": "6e0cc2d5b8a7b8585f15816c7d5cae1b09b4003ced0002e79abe7b4b1ebb35f2",
"extract_dir": "groovy-3.0.6",
"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"
],
"groovyserv": "groovyserv"
},
"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"
}
}
}