sbt/core
Ólafur Páll Geirsson 45b920c352 Support --repository bintray-ivy:org/repo/ in cli.
This commit adds support for a `bintray-ivy:` repository prefix to the `--repository`
flag in the cli. This option is equivalent to the `Resolver.bintrayIvyRepo` helper in sbt.
With this new helper, it's possible to write `-r bintray-ivy:scalameta/maven/` instead of

```
-r ivy:https://dl.bintray.com/scalameta/maven/[organisation]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
```
2017-04-05 18:00:59 +02:00
..
js/src/main/scala/coursier/core/compatibility Refactor web page link listing logic, implement it on the scalajs side 2017-02-13 19:19:39 +01:00
jvm/src/main/scala/coursier Refactor web page link listing logic, implement it on the scalajs side 2017-02-13 19:19:39 +01:00
shared/src/main/scala/coursier Support --repository bintray-ivy:org/repo/ in cli. 2017-04-05 18:00:59 +02:00