mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
24 lines
950 B
JSON
24 lines
950 B
JSON
{
|
|
"version": "3.8.5",
|
|
"description": "Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications",
|
|
"homepage": "https://micronaut.io",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v3.8.5/micronaut-cli-3.8.5.zip",
|
|
"hash": "b66d27f13f32e4f4b89f5c39deeac2839c1226ad33816ace4fecc9fca7615331",
|
|
"extract_dir": "micronaut-cli-3.8.5",
|
|
"bin": "bin\\mn.bat",
|
|
"env_set": {
|
|
"MICRONAUT_HOME": "$dir"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/micronaut-projects/micronaut-core"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/micronaut-projects/micronaut-starter/releases/download/v$version/micronaut-cli-$version.zip",
|
|
"extract_dir": "micronaut-cli-$version"
|
|
}
|
|
}
|