This package browser is in early development. Mind the rough edges.

ant 1.9.15

Build tool for Java

Ant is a platform-independent build tool for Java. It is similar to make but is implemented using the Java language, requires the Java platform, and is best suited to building Java projects. Ant uses XML to describe the build process and its dependencies, whereas Make uses Makefile format.

Installation

Install ant 1.9.15 as follows:

guix install ant@1.9.15

Or install the latest version:

guix install ant

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.