- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Retrieving deps with SBT
Mon, 2011-08-29, 21:16
Hi,
I have just started to play with SBT and I was wondering if it is possible to retrieve dependencies as I usually do using ivy (e.g. <ivy:retrieve /> from http://www.jaya.free.fr/ivy/doc/use/retrieve.html).
Basically, what I would like to do is to store in a /lib folder all the declared deps.
Any clue ?
Regards,Ugo.
I have just started to play with SBT and I was wondering if it is possible to retrieve dependencies as I usually do using ivy (e.g. <ivy:retrieve /> from http://www.jaya.free.fr/ivy/doc/use/retrieve.html).
Basically, what I would like to do is to store in a /lib folder all the declared deps.
Any clue ?
Regards,Ugo.
On Mon, Aug 29, 2011 at 4:16 PM, Ugo Matrangolo <ugo.matrangolo@gmail.com> wrote: