ScoopInstaller_Main/maven.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

16 lines
451 B
JSON

{
"homepage": "https://maven.apache.org/",
"version": "3.2.5",
"license": "Apache 2.0",
"url": "http://mirror.rackcentral.com.au/apache/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip",
"hash": "b7c558dc0b2ebb604724ccb76e95dc40697d0a5a4112d5b0c8ab9019bc078fd3",
"extract_dir": "apache-maven-3.2.5",
"bin": [
"bin\\mvn.bat"
],
"env_set": {
"M2_HOME": "$dir"
},
"depends": "openjdk"
}