On Tue, Mar 22, 2011 at 3:34 PM, shadowlaw <[email protected]> wrote:
> hi Brett Cave > > thanks for responding, actually i'm new to gradle and it seems to me that > very interesting so i'm trying to figure out how to jump from using maven > to > gradle > > another question is > > what is the difference between > > xyzJars "someGroup:someId:version" > and > compile group : 'someGroup', name:'someId', version:'verson' > they can be used interchangeably?!! > We switched from maven to gradle about 4 weeks ago, and it has been a very successful migration. The gradle handbook and gradle cookbook were very helpful, the docs have good explanations and usage examples: e.g. dependency notation examples can be found in http://www.gradle.org/1.0-milestone-1/docs/userguide/userguide_single.html#dependency_management There's also a section about the maven plugin, which gives you the ability to upload your artifacts to a maven repo, which i'm sure might be useful. http://www.gradle.org/1.0-milestone-1/docs/userguide/userguide_single.html#maven_plugin
