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