mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"homepage": "https://grails.org/",
|
|
"version": "3.0.3",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/grails/grails-core/releases/download/v3.0.3/grails-3.0.3.zip",
|
|
"hash": "3DE5392A6F9DBC325668503684AB6DBA913B38E68B964242EAB1130712D55996",
|
|
"extract_dir": "grails-3.0.3",
|
|
"bin": [
|
|
"bin\\grails.bat"
|
|
],
|
|
"set_env": {
|
|
"GRAILS_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|