sbt, the interactive build tool
Go to file
Alexandre Archambault 1c1c390439 Displaying errors in web app
Fixes https://github.com/alexarchambault/coursier/issues/5
2015-06-18 00:25:11 +02:00
cli/src/main Initial commit 2015-06-16 20:32:17 +02:00
core/src Remove dependency on http4s 2015-06-17 20:27:47 +02:00
core-js/src Displaying errors in web app 2015-06-18 00:25:11 +02:00
core-jvm/src Remove dependency on http4s 2015-06-17 20:27:47 +02:00
project Remove dependency on http4s 2015-06-17 20:27:47 +02:00
web/src/main Displaying errors in web app 2015-06-18 00:25:11 +02:00
.gitignore Initial commit 2015-06-16 20:32:17 +02:00
.travis.yml Fix in travis script 2015-06-17 15:02:52 +02:00
README.md Update README 2015-06-16 20:39:13 +02:00
USAGE.md Update USAGE 2015-06-16 20:52:52 +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.

Implements fancy Maven features like

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

Released under the Apache license, v2.