--
You received this message because you are subscribed to the Google Groups "shavenmaven" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shavenmaven...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Oh, if you don't mind going direct then you can pass the arguments directly. Something like:
new Dependencies(supportedArtifacts().toArtifacts(lines), System.out).update(libFolder);
Where lines is a sequence of dependency urls and libFolder is the directory to put the libs. Obviously replace System.out if you want the log to go somewhere else
Ideally lines should just be an iterable of Strings but currently it's a sequence class
Proguard would make SM pretty dam small I bet