mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			990 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			990 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.8.6",
 | 
						|
    "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.6/binaries/apache-maven-3.8.6-bin.zip",
 | 
						|
    "hash": "sha512:f92dbd90060c5fd422349f844ea904a0918c9c9392f3277543ce2bfb0aab941950bb4174d9b6e2ea84cd48d2940111b83ffcc2e3acf5a5b2004277105fd22be9",
 | 
						|
    "extract_dir": "apache-maven-3.8.6",
 | 
						|
    "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"
 | 
						|
    }
 | 
						|
}
 |