java-commons-codec 1.15
Common encoders and decoders such as Base64, Hex, Phonetic and URLs
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
This is a part of the Apache Commons Project.
- Outputs:
out
- Website: https://commons.apache.org/codec/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-commons-codec 1.15
as follows:
guix install java-commons-codec@1.15
Or install the latest version:
guix install java-commons-codec
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.