Build Automation Tools

This post summarizes some Build Automation Tools

List of Build Automation Tools

Build Automation Tools featured on this post:

  • Maven
  • Ant
  • Gradle
  • MSBuild

Maven

Maven is a build automation tool used primarily for Java projects. Is is a development project within the Apache Software Foundation.

Official web

Ant

Ant is developed by the Apache Software Foundation. It is older than Maven.

Official web

Gradle

Gradle Build Tools is commonly knonw as Gradle.

Compatible with Java and other programming languages.

Official web

MSBuild

MSBuild is the build automation tools for .NET and Visual Studio.

MSBuild Code repository

You might also be interested in…

External references

One comment

Leave a Reply

Your email address will not be published. Required fields are marked *