Skip to content

Java Build Tools and Future

| java | ant | maven | gradle |

It’s always interesting to read comparison of Java build tools. There are two major player so far: Ant and Maven. But, I’d like to know more about other tools.

Here are some interesting links:

Top 3 Java build tools:

I don’t want to mention the other tools. The list isn’t small. I’m not sure if it worth spending time for learning/investigating new build tools. We should follow the trends.

Ant and Maven are good enough for any projects. But Gradle evolves really quickly. So, we can get additional “big” player on Java build tools field.