{
    "version": "4.9.8",
    "description": "Static analysis tool for Java",
    "homepage": "https://spotbugs.github.io/",
    "license": "LGPL-2.1-only",
    "suggest": {
        "JDK": [
            "java/oraclejdk",
            "java/openjdk"
        ]
    },
    "url": "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/4.9.8/spotbugs-4.9.8.zip",
    "hash": "e13d476403cf69074f415e35ebcc2f865f7a1ea444c1e659516bc0260e74dfa5",
    "extract_dir": "spotbugs-4.9.8",
    "bin": "bin\\spotbugs.bat",
    "shortcuts": [
        [
            "bin\\spotbugs.bat",
            "SpotBugs",
            "",
            "bin\\spotbugs.ico"
        ]
    ],
    "persist": "plugin",
    "checkver": {
        "github": "https://api.github.com/repos/spotbugs/spotbugs/releases",
        "jsonpath": "$[0].tag_name"
    },
    "autoupdate": {
        "url": "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/$version/spotbugs-$version.zip",
        "extract_dir": "spotbugs-$version"
    }
}
