java-commons-vfs 2.2
Java file system library
Commons VFS provides a single API for accessing various different file systems. It presents a uniform view of the files from various different sources, such as the files on local disk, on an HTTP server, or inside a Zip archive.
- Website: https://commons.apache.org/proper/commons-vfs/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-commons-vfs 2.2
as follows:
guix install java-commons-vfs@2.2
Or install the latest version:
guix install java-commons-vfs
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.