mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 14:04:27 +00:00
16 lines
392 B
JSON
16 lines
392 B
JSON
{
|
|
"homepage": "https://maven.apache.org/",
|
|
"version": "3.1.1",
|
|
"license": "Apache 2.0",
|
|
"url": "http://apache.cs.utah.edu/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.zip",
|
|
"hash": "4e364410c5e994096aee1a47fa2f966beba92e666ee4675a583ab89917cb8d0d",
|
|
"extract_dir": "apache-maven-3.1.1",
|
|
"bin": [
|
|
"bin\\mvn.bat"
|
|
],
|
|
"env_set": {
|
|
"M2_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|