ScoopInstaller_Main/grails.json
2015-04-24 07:49:04 -04:00

15 lines
429 B
JSON

{
"homepage": "https://grails.org/",
"version": "3.0.1",
"license": "Apache 2.0",
"url": "https://github.com/grails/grails-core/releases/download/v3.0.1/grails-3.0.1.zip",
"hash": "c58da97ad7fb9635c6fb5631755501b97d6ce9ee6668dc12f0722928ffa5abee",
"extract_dir": "grails-3.0.1",
"bin": [
"bin\\grails.bat"
],
"set_env": {
"GRAILS_HOME": "$dir"
},
"depends": "openjdk"
}