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...
SHStephen and 1 more commentedHai , I have some problem with my script connection maven to mlab server , when i compiled build my code i got error like this = " com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server ds161059.mlab.co...
Join discussionThe 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...
FAnas commentedAs 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
DRJJerome and 2 more commented