Tuesday, October 22, 2019

Maven vs Gradle

Maven vs Gradle


Ant (2000 release) did not had downRepo feature (ability to download dependencies over the network)

Maven (2004 release) has downRepo feature.
 Ant added downRepo feature  through Ivy

Gradle  (2012 , google) is based on Groovy like thing called DSL.
gradle scripts are shorter and cleaner than Ant and Maven


Maven



Gradle


No comments:

Post a Comment