2019-10-15 19:01:12 +00:00

27 lines
868 B
JSON

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