{
    "version": "2.1.8",
    "description": "Pure Scala Artifact Fetching",
    "homepage": "https://github.com/coursier/coursier",
    "license": "Apache-2.0",
    "url": "https://github.com/coursier/coursier/releases/download/v2.1.8/coursier#/coursier.jar",
    "hash": "7e7776ff879ae35d5cfdfde9fc1cc81de9284585739e86c96c16383466f53702",
    "bin": "coursier.jar",
    "env_set": {
        "COURSIER_CACHE": "$dir\\cache",
        "COURSIER_BIN_DIR": "$dir\\bin"
    },
    "env_add_path": "bin",
    "persist": [
        "cache",
        "bin"
    ],
    "checkver": {
        "url": "https://github.com/coursier/coursier/releases",
        "regex": "tag/v([\\w\\.-]+)"
    },
    "autoupdate": {
        "url": "https://github.com/coursier/coursier/releases/download/v$version/coursier#/coursier.jar"
    }
}
