mirror of https://github.com/sbt/sbt.git
Next step would be to make Artifact generic, and use java.net.URI / java.io.File instead of strings. |
||
|---|---|---|
| cli/src/main | ||
| core/src | ||
| core-js/src | ||
| core-jvm/src | ||
| files/src/main/scala/coursier | ||
| notes | ||
| 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.