sbt, the interactive build tool
Go to file
Alexandre Archambault 07278edd6d Add comment 2015-06-25 01:18:51 +02:00
cli/src/main Changes in Resolution API 2015-06-25 01:18:50 +02:00
core/src Add comment 2015-06-25 01:18:51 +02:00
core-js/src Handling version interval properly 2015-06-22 23:34:19 +02:00
core-jvm/src Allow empty initial dependencies in Resolution 2015-06-25 01:18:50 +02:00
project Packaging the CLI app 2015-06-22 23:34:21 +02:00
web/src/main Changes in Resolution API 2015-06-25 01:18:50 +02:00
.gitignore Initial commit 2015-06-16 20:32:17 +02:00
.travis.yml Pushing to gh-pages from Travis 2015-06-18 01:36:30 +02:00
README.md Update README 2015-06-20 16:31:58 +02:00
USAGE.md Change organization 2015-06-22 23:34:18 +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

Build Status

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.