2024-04-09 09:07:30 +00:00

38 lines
1.3 KiB
JSON

{
"version": "4.0.21",
"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.",
"homepage": "https://www.groovy-lang.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk",
"groovyserv": "groovyserv"
},
"url": "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-4.0.21.zip",
"hash": "5ef878f70db8b642d204e9a410c519c1131a3e7a9ddb4b6910d214909cb2e98a",
"extract_dir": "groovy-4.0.21",
"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"
},
"checkver": {
"url": "https://groovy.apache.org/download.html",
"regex": "apache-groovy-binary-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-$version.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "groovy-$version"
}
}