mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.0.8",
 | 
						|
    "description": "A powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform aimed at improving developer productivity thanks to a concise, familiar and easy to learn syntax.",
 | 
						|
    "homepage": "https://www.groovy-lang.org",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "suggest": {
 | 
						|
        "JDK": [
 | 
						|
            "java/oraclejdk",
 | 
						|
            "java/openjdk"
 | 
						|
        ],
 | 
						|
        "groovyserv": "groovyserv"
 | 
						|
    },
 | 
						|
    "url": "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-3.0.8.zip",
 | 
						|
    "hash": "87cf2a61b77f6378ae1081cfda9d14bc651271b25ffac57fc936cd17662e3240",
 | 
						|
    "extract_dir": "groovy-3.0.8",
 | 
						|
    "bin": [
 | 
						|
        "bin\\grape.bat",
 | 
						|
        "bin\\groovy.bat",
 | 
						|
        "bin\\groovyc.bat",
 | 
						|
        "bin\\groovyConsole.bat",
 | 
						|
        "bin\\groovydoc.bat",
 | 
						|
        "bin\\groovysh.bat",
 | 
						|
        "bin\\java2groovy.bat",
 | 
						|
        "bin\\startGroovy.bat"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "GROOVY_HOME": "$dir"
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://groovy.apache.org/download.html",
 | 
						|
        "regex": "apache-groovy-binary-([\\d.]+)\\.zip"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-$version.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.sha256"
 | 
						|
        },
 | 
						|
        "extract_dir": "groovy-$version"
 | 
						|
    }
 | 
						|
}
 |