Java

General-purpose, object-oriented and concurrent computer programming language.

Java build tools

The most popular build tools used by millions of Java developers are packaged in official Fedora repositories. This page contains information on how easy it is to install them.

Maven installation

Maven is probably the most popular build tool in Java world these days. To install it, simply type:

$ sudo dnf install maven

Gradle installation

Gradle is another popular tool used not only for building Java projects. To install it, simply type:

$ sudo dnf install gradle

Ant+Ivy installation

Last but not least, still quite popular duo Ant+Ivy can be installed simply by typing:

$ sudo dnf install ant apache-ivy