sbt, the interactive build tool
Go to file
Alexandre Archambault a0efbc539f Slightly better help message 2015-11-23 23:18:07 +01:00
bootstrap/src/main/scala/coursier launch command should be fine 2015-11-22 23:50:33 +01:00
cli/src/main Slightly better help message 2015-11-23 23:18:07 +01:00
core Add fetchLocalFirst, fix in the way local repo are handled 2015-11-23 22:55:30 +01:00
files/src/main/scala/coursier Add fetchLocalFirst, fix in the way local repo are handled 2015-11-23 22:55:30 +01:00
notes Update release notes 2015-06-28 18:14:53 +02:00
project Update Travis CI scripts 2015-11-21 14:28:17 +01: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 Fix in Travis config 2015-11-21 14:23:06 +01:00
README.md Add AppVeyor badge 2015-07-08 12:47:01 +02:00
USAGE.md Update USAGE 2015-06-26 18:16:04 +02:00
appveyor.yml Update appveyor config 2015-11-21 15:26:47 +01:00
build.sbt launch command should be fine 2015-11-22 23:50:33 +01:00
coursier Add launcher 2015-11-23 01:12:00 +01: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 Build status (Windows) 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.