mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
24 lines
950 B
JSON
24 lines
950 B
JSON
{
|
|
"version": "3.4.3",
|
|
"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.4.3/micronaut-cli-3.4.3.zip",
|
|
"hash": "017126a59998e94b76a9ad0728e8a0867325a70a838d2ae6ea2e9c95bb2372ea",
|
|
"extract_dir": "micronaut-cli-3.4.3",
|
|
"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"
|
|
}
|
|
}
|