sbt/README.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2015-06-16 20:17:07 +02:00
# Coursier
2015-06-19 10:07:56 +02:00
[![Join the chat at https://gitter.im/alexarchambault/coursier](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexarchambault/coursier?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-06-16 20:17:07 +02:00
*Pure Scala Artifact Fetching*
A pure Scala substitute for [Aether](http://www.eclipse.org/aether/)
2015-06-16 20:38:47 +02:00
[![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.
2015-06-16 20:17:07 +02:00
Work in progress:
* full list of dependencies / version conflict resolution working, mildly to well tested,
* downloading/caching of JARs in its early stages.
2015-06-20 16:31:58 +02:00
Handles fancy Maven features like
2015-06-16 20:17:07 +02:00
* [POM inheritance](http://books.sonatype.com/mvnref-book/reference/pom-relationships-sect-project-relationships.html#pom-relationships-sect-project-inheritance),
* [dependency management](http://books.sonatype.com/mvnex-book/reference/optimizing-sect-dependencies.html),
* [import scope](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies),
* [properties](http://books.sonatype.com/mvnref-book/reference/resource-filtering-sect-properties.html).
2015-06-20 16:31:58 +02:00
Restricted to Maven resolution and repositories for now. Support for Ivy seems at reach.
2015-06-16 20:17:07 +02:00
Released under the Apache license, v2.