Update README

This commit is contained in:
Alexandre Archambault 2015-06-16 20:38:47 +02:00
parent e53ee3ebc4
commit c4f22baa9f
1 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,12 @@
A pure Scala substitute for [Aether](http://www.eclipse.org/aether/) A pure Scala substitute for [Aether](http://www.eclipse.org/aether/)
[![Build Status](https://travis-ci.org/alexarchambault/coursier.svg?branch=master)](https://travis-ci.org/alexarchambault/coursier)
See [Scala JS demo](https://alexarchambault.github.io/coursier/index.html#demo) and [usage](https://github.com/alexarchambault/coursier/blob/master/USAGE.md).
Both a JVM library and a Scala JS one.
Work in progress: Work in progress:
* full list of dependencies / version conflict resolution working, mildly to well tested, * full list of dependencies / version conflict resolution working, mildly to well tested,
* downloading/caching of JARs in its early stages. * downloading/caching of JARs in its early stages.
@ -16,7 +22,5 @@ Implements fancy Maven features like
Restricted to Maven resolution and repositories for now. Support for Ivy seems definitely at reach, just not done yet. Restricted to Maven resolution and repositories for now. Support for Ivy seems definitely at reach, just not done yet.
Both a JVM library and a Scala JS one.
Released under the Apache license, v2. Released under the Apache license, v2.