2022-07-14 20:28:38 +00:00

25 lines
863 B
JSON

{
"version": "3.3.15",
"description": "A powerful Groovy-based web application framework for the JVM built on top of Spring Boot.",
"homepage": "https://grails.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://github.com/grails/grails-core/releases/download/v3.3.15/grails-3.3.15.zip",
"hash": "7b84820cd75ce28adde26f5f72115366cd9145cea50e9ac58798656dbf15515a",
"extract_dir": "grails-3.3.15",
"bin": "bin\\grails.bat",
"env_set": {
"GRAILS_HOME": "$dir"
},
"checkver": {
"url": "https://github.com/grails/grails-core/releases",
"regex": "/grails-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://github.com/grails/grails-core/releases/download/v$version/grails-$version.zip",
"extract_dir": "grails-$version"
}
}