mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.0.8",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.0.8/grails-3.0.8.zip",
|
|
"hash": "3cadf01710e7b67467cd1bf1b99c752607783f1bdbc671c0b0aaf0238b40733b",
|
|
"extract_dir": "grails-3.0.8",
|
|
"bin": [
|
|
"bin\\grails.bat"
|
|
],
|
|
"set_env": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|