sbt, the interactive build tool
Go to file
Alexandre Archambault 5e25748d83 Initial commit 2015-06-16 20:32:17 +02:00
.idea Initial commit 2015-06-16 20:32:17 +02:00
cli/src/main Initial commit 2015-06-16 20:32:17 +02:00
core/src Initial commit 2015-06-16 20:32:17 +02:00
core-js/src Initial commit 2015-06-16 20:32:17 +02:00
core-jvm/src Initial commit 2015-06-16 20:32:17 +02:00
project Initial commit 2015-06-16 20:32:17 +02:00
web/src/main Initial commit 2015-06-16 20:32:17 +02:00
.gitignore Initial commit 2015-06-16 20:32:17 +02:00
.travis.yml Initial commit 2015-06-16 20:32:17 +02:00
README.md Initial commit 2015-06-16 20:32:17 +02:00
USAGE.md Initial commit 2015-06-16 20:32:17 +02:00
version.sbt Initial commit 2015-06-16 20:32:17 +02:00

README.md

Coursier

Pure Scala Artifact Fetching

A pure Scala substitute for Aether

Work in progress:

  • full list of dependencies / version conflict resolution working, mildly to well tested,
  • downloading/caching of JARs in its early stages.

Implements fancy Maven features like

Restricted to Maven resolution and repositories for now. Support for Ivy seems definitely at reach, just not done yet.

Both a JVM library and a Scala JS one.

Released under the Apache license, v2.