mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 07:24:26 +00:00
24 lines
950 B
JSON
24 lines
950 B
JSON
{
|
|
"version": "4.0.1",
|
|
"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/v4.0.1/micronaut-cli-4.0.1.zip",
|
|
"hash": "ad6d4063fb17e00fa027b1d990582e831082725aab6e69569dc1129c3f3702d4",
|
|
"extract_dir": "micronaut-cli-4.0.1",
|
|
"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"
|
|
}
|
|
}
|