mirror of https://github.com/sbt/sbt.git
Hopefully friendlier to SBT on Travis (why tf is it perfectly fine locally then??? Same JDK, same SBT version, ...) |
||
|---|---|---|
| cli/src/main | ||
| core/src | ||
| core-js/src | ||
| core-jvm/src | ||
| files/src/main/scala/coursier | ||
| project | ||
| web/src/main | ||
| .gitignore | ||
| .travis.yml | ||
| README.md | ||
| USAGE.md | ||
| version.sbt | ||
README.md
Coursier
Pure Scala Artifact Fetching
A pure Scala substitute for Aether
See Scala JS demo and usage.
Both a JVM library and a Scala JS one.
Work in progress:
- full list of dependencies / version conflict resolution working, mildly to well tested,
- downloading/caching of JARs in its early stages.
Handles fancy Maven features like
Restricted to Maven resolution and repositories for now. Support for Ivy seems at reach.
Released under the Apache license, v2.