gradle

An open source build automation system. More information: <https://gradle.org>.

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