2021-07-01 12:00:37 +00:00

28 lines
917 B
JSON

{
"version": "3.3.13",
"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/oraclejdk",
"java/openjdk"
]
},
"url": "https://github.com/grails/grails-core/releases/download/v3.3.13/grails-3.3.13.zip",
"hash": "928d67e431c408365e8e735bb5e7b96e110f4a707b8e5f9a22c8b9afe8946048",
"extract_dir": "grails-3.3.13",
"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"
}
}