sbt, the interactive build tool
Go to file
Alexandre Archambault 7c4cf0ff72 Merge pull request #51 from alexarchambault/develop
Cleaning
2015-06-28 18:54:26 +02:00
cli/src/main Various API changes 2015-06-26 01:59:12 +02:00
core/src Formatting / styling 2015-06-28 15:20:02 +02:00
core-js/src Increase JS requests timeout 2015-06-26 18:15:55 +02:00
core-jvm/src Add ~/.ivy2/local test 2015-06-26 01:59:10 +02:00
files/src/main/scala/coursier Rework Resolution iteration and artifacts API 2015-06-26 01:59:08 +02:00
notes Update release notes 2015-06-28 18:14:53 +02:00
project Cleaning 2015-06-28 16:20:15 +02:00
web/src/main Shorter log messages in web app 2015-06-27 15:27:12 +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 Update USAGE 2015-06-26 18:16:04 +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

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.