{
    "version": "26.4.2",
    "description": "Multi-model database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis",
    "homepage": "https://arcadedb.com",
    "license": "Apache-2.0",
    "suggest": {
        "JDK": [
            "java/openjdk11",
            "java/graalvm-jdk11"
        ]
    },
    "url": "https://github.com/ArcadeData/arcadedb/releases/download/26.4.2/arcadedb-26.4.2.tar.gz",
    "hash": "465e13981171e31f3c35f6fc3775614337faac5bce67e8082fe501f223cac38c",
    "extract_dir": "arcadedb-26.4.2",
    "persist": [
        "config",
        "databases",
        "log"
    ],
    "env_set": {
        "ARCADEDB_HOME": "$dir"
    },
    "bin": [
        [
            "bin\\console.bat",
            "arcadedb-console"
        ],
        [
            "bin\\server.bat",
            "arcadedb-server"
        ]
    ],
    "checkver": {
        "github": "https://github.com/ArcadeData/arcadedb"
    },
    "autoupdate": {
        "url": "https://github.com/ArcadeData/arcadedb/releases/download/$version/arcadedb-$version.tar.gz",
        "extract_dir": "arcadedb-$version"
    }
}
