mirror of https://github.com/sbt/sbt.git
Update README
This commit is contained in:
parent
e53ee3ebc4
commit
c4f22baa9f
|
|
@ -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/)
|
||||||
|
|
||||||
|
[](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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue