ant

Apache Ant. Tool for building and managing Java-based projects. More information: <https://ant.apache.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y ant
Ubuntu
RUN apt-get update && \ apt-get install -y ant
Arch Arch Linux
RUN pacman -S --noconfirm ant
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ant
CentOS
RUN yum install -y ant
Fedora
RUN dnf install -y ant
Raspbian
RUN apt-get update && \ apt-get install -y ant
click the source code to copy install ant on any operating system with command-not-found.com