(from the mailing list)
# general
d
(from the mailing list)
w
This is probably not a complete answer. Coursier is a dependency resolver - an alternative to Ivy. The main advantage of it is that it resolves dependencies in a multi-threaded fashion, i.e. faster (much faster according to their benchmarks)
d
thanks