mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
29 lines
990 B
JSON
29 lines
990 B
JSON
{
|
|
"version": "3.8.7",
|
|
"description": "Software project management and comprehension tool",
|
|
"homepage": "https://maven.apache.org/",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://archive.apache.org/dist/maven/maven-3/3.8.7/binaries/apache-maven-3.8.7-bin.zip",
|
|
"hash": "sha512:c687fcdc3890bcf0f9f9dbc42ceded21dc80f0dcc5541c28912a99224694793f6e437998e46b5939bd314178865263c62a069c6c6f15d1d0541eea75748c46fd",
|
|
"extract_dir": "apache-maven-3.8.7",
|
|
"env_add_path": "bin",
|
|
"persist": [
|
|
"conf",
|
|
"lib\\ext"
|
|
],
|
|
"checkver": {
|
|
"url": "https://maven.apache.org/docs/history.html",
|
|
"regex": "<b>([\\d.]+)</b>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://archive.apache.org/dist/maven/maven-$majorVersion/$version/binaries/apache-maven-$version-bin.zip",
|
|
"hash": {
|
|
"url": "$url.sha512"
|
|
},
|
|
"extract_dir": "apache-maven-$version"
|
|
}
|
|
}
|