mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 04:41:21 +00:00
24 lines
950 B
JSON
24 lines
950 B
JSON
{
|
|
"version": "3.9.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/v3.9.1/micronaut-cli-3.9.1.zip",
|
|
"hash": "a3ecf27b59221fbe8b9c1e96f63b330ec119732f729eb94f6f0cddc5e6f92646",
|
|
"extract_dir": "micronaut-cli-3.9.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"
|
|
}
|
|
}
|