{
    "version": "26.0.0.4",
    "description": "Server runtime available to JavaTM developers",
    "homepage": "https://openliberty.io/",
    "license": "EPL-1.0",
    "notes": "server.bat is aliased to wlp, client.bat is aliased to wlp-client",
    "suggest": {
        "JDK": "java/openjdk"
    },
    "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/26.0.0.4/openliberty-26.0.0.4.zip",
    "hash": "8a5775517efa8da3f8f6f7ee3c259075eb13b6e15bbf44be4db4abf50b33deef",
    "extract_dir": "wlp",
    "bin": [
        "bin\\binaryLog.bat",
        [
            "bin\\client.bat",
            "wlp-client"
        ],
        "bin\\ddlGen.bat",
        "bin\\pluginUtility.bat",
        "bin\\productInfo.bat",
        "bin\\securityUtility.bat",
        [
            "bin\\server.bat",
            "wlp"
        ],
        "bin\\serverSchemaGen.bat",
        "bin\\springBootUtility.bat"
    ],
    "persist": "usr",
    "checkver": {
        "url": "https://openliberty.io/api/builds/data",
        "jsonpath": "$.latest_releases.runtime.driver_location",
        "regex": "openliberty-([\\d.]+)\\.zip"
    },
    "autoupdate": {
        "url": "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/$version/openliberty-$version.zip"
    }
}
