Add coursier version 1.1.0-M13-1 (#3220)

An artifact downloader like Ivy
This commit is contained in:
Martin Mauch 2019-03-14 20:10:19 +01:00 committed by Richard Kuhnt
parent dc44b4af33
commit 8fc996be06

16
coursier.json Normal file
View File

@ -0,0 +1,16 @@
{
"homepage": "https://github.com/coursier/coursier",
"description": "Pure Scala Artifact Fetching",
"license": "Apache-2.0",
"version": "1.1.0-M13-1",
"url": "https://github.com/coursier/coursier/releases/download/v1.1.0-M13-1/coursier#/coursier.jar",
"hash": "c82f560b6aa851d06a431e266522f75b3e2e3fca0e913a3c85c9944bee027d69",
"bin": "coursier.jar",
"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"
}
}