mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.53.0-202510301859",
 | |
|     "description": "Java language server",
 | |
|     "homepage": "https://projects.eclipse.org/projects/eclipse.jdt.ls",
 | |
|     "license": "EPL-2.0",
 | |
|     "suggest": {
 | |
|         "JDK": "java/openjdk",
 | |
|         "Python": "python"
 | |
|     },
 | |
|     "url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-1.53.0-202510301859.tar.gz",
 | |
|     "hash": "ef2d975d261a7498c729796c8c69a1999338c1e9647fd9eaca54f6984d632257",
 | |
|     "installer": {
 | |
|         "script": "shim (Get-Command 'python.exe').Source $global jdtls \"$dir\\bin\\jdtls\""
 | |
|     },
 | |
|     "uninstaller": {
 | |
|         "script": "rm_shim jdtls (shimdir $global) jdtls"
 | |
|     },
 | |
|     "checkver": {
 | |
|         "url": "https://download.eclipse.org/jdtls/snapshots/latest.txt",
 | |
|         "regex": "jdt-language-server-([\\d.]+)-(\\d+)",
 | |
|         "replace": "${1}-${2}"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "url": "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-$match1-$match2.tar.gz",
 | |
|         "hash": {
 | |
|             "url": "$url.sha256"
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)