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.
Ant
Ant is developed by the Apache Software Foundation. It is older than Maven.
Gradle
Gradle Build Tools is commonly knonw as Gradle.
Compatible with Java and other programming languages.
MSBuild
MSBuild is the build automation tools for .NET and Visual Studio.
You might also be interested in…
External references
- Baetung; “Ant vs Maven vs Gradle“; Baetung
[…] To read more about build automation tools for Java, please check this post. […]