mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-11 06:05:14 +00:00
24 lines
950 B
JSON
24 lines
950 B
JSON
{
|
|
"version": "3.2.6",
|
|
"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.2.6/micronaut-cli-3.2.6.zip",
|
|
"hash": "bb7eef9bfcf7afd69f40c9247099a472f225de02587a0f29c6ad0438cfb2a9e0",
|
|
"extract_dir": "micronaut-cli-3.2.6",
|
|
"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"
|
|
}
|
|
}
|