On Thu, Mar 10, 2011 at 12:08 AM, Michal Capo <[email protected]> wrote:
> Hi, > can the dependency download mechanism be reused in pure java? > dependency resolution in Gradle is provided by Ivy. You can implement this programmatically using a FileSystemResolver. A search on google for "ivy resolve dependencies programmatically" should give you some results e.g. http://www.mail-archive.com/[email protected]/msg03229.html HTH
