sbt, the interactive build tool
Go to file
Alexandre Archambault 1534725344 Add appveyor config 2015-07-07 20:43:17 +02:00
cli/src/main Add help messages to CLI tool, various minor enhancements 2015-07-07 20:43:12 +02:00
core/src Add snapshot metadata test 2015-07-07 20:43:16 +02:00
core-js/src Made implicit the cache policy arguments 2015-07-04 16:19:39 +02:00
core-jvm/src Better error printing 2015-07-07 14:21:27 +02:00
files/src/main/scala/coursier Message when initializing cache 2015-07-07 14:21:27 +02:00
notes Update release notes 2015-06-28 18:14:53 +02:00
project Switch to case-app 0.3.0 2015-07-04 18:02:06 +02:00
web/src/main Edit repository list from web app 2015-07-04 17:51:30 +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 Move Gitter badge 2015-07-05 15:41:21 +02:00
USAGE.md Update USAGE 2015-06-26 18:16:04 +02:00
appveyor.yml Add appveyor config 2015-07-07 20:43:17 +02:00
version.sbt Setting version to 0.1.0-SNAPSHOT 2015-06-28 16:08:11 +02:00

README.md

Coursier

Pure Scala Artifact Fetching

A pure Scala substitute for Aether

Build Status Join the chat at https://gitter.im/alexarchambault/coursier

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.