I know you suggest me to use the IDEs instead, as Eclipse, IntelliJ and NetBeans, but I would like to stick with Visual Studio Code. These IDEs do not have an attractive interface I want, to improve my vision. It is my particular taste. I am an user...
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...
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