This post summarizes some Java Build Automation Tools
List of Java Build Automation Tools
Java Build Automation Tools featured on this post:
- Maven
- Ant
- Gradle
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 Apache.
Gradle
Gradle Build Tools is commonly knonw as Gradle.
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. […]