The basic structure of a dependency declaration in Gradle is GROUP:NAME:VERSION. Is there a way to pull a list of best matches from, say, Maven or Bintray, based on just the name of the dependency? e.g. I'd like to add hadoop to my project, but I...
A long time ago I used Ant to build a C# project (a Unity3D project, to be precise), but I slowly switched to doing most of the logic in C# itself. Now it's entirely in C#. I found a lot of benefits by doing this. Off the top of my head: I can write...
As a Java developer do you still use Ant/Maven for build purpose or have you completely moved to Gradle? In our company we are stuck with Ant in several projects. Also, what do you feel - is Gradle the perfect nextgen build tool as compared to Mav