ScoopInstaller_Main/maven.json

22 lines
632 B
JSON

{
"homepage": "https://maven.apache.org/",
"version": "3.3.9",
"license": "Apache 2.0",
"url": "https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip",
"hash": "bb37146a67d067069754c775b9c9f03b52da953261981738de963057023cda3a",
"extract_dir": "apache-maven-3.3.9",
"bin": [
"bin\\mvn.cmd"
],
"env_set": {
"M2_HOME": "$dir"
},
"suggest": {
"JDK": [ "extras/oraclejdk", "openjdk" ]
},
"checkver": {
"url": "https://maven.apache.org/download.cgi",
"re": "Apache Maven ([\\d.]+) is the latest release"
}
}