groovy 3.0.5
Programming language for the JVM
Apache Groovy is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities, for the Java platform. It integrates smoothly with any Java program, and immediately delivers to your application powerful features, including scripting capabilities, Domain-Specific Language authoring, runtime and compile-time meta-programming and functional programming.
- Website: http://groovy-lang.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/groovy.scm
- Builds: See build status
- Issues: See known issues
Installation
Install groovy 3.0.5
as follows:
guix install groovy@3.0.5
Or install the latest version:
guix install groovy
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.