mvn

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

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