2023-02-06 12:55:19 +00:00

29 lines
990 B
JSON

{
"version": "3.9.0",
"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.9.0/binaries/apache-maven-3.9.0-bin.zip",
"hash": "sha512:564fe44bfa9c7ad3e2703cbbac59d43a11fa39e4e68875d3d1584d0a0b7b77a1352da246b875c4c15d11ceb6b4dd9a0ce7dd7a48695725dce594f34325c9c605",
"extract_dir": "apache-maven-3.9.0",
"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"
}
}