java-commons-net
Client library for many basic Internet protocols
The Apache Commons Net library implements the client side of many basic Internet protocols. The purpose of the library is to provide fundamental protocol access, not higher-level abstractions.
- Versions: 3.6
- Website: https://commons.apache.org/net/
- Licenses: ASL 2.0
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-commons-net
as follows:
guix install java-commons-net
Or install a particular version:
guix install java-commons-net@3.6
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.
Badge code
You can use the following badge to inform users of java-commons-net about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-commons-net'><img src='https://packages.guix.gnu.org/packages/java-commons-net/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-commons-net/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-commons-net)
Example Org:
[[https://packages.guix.gnu.org/packages/java-commons-net][https://packages.guix.gnu.org/packages/java-commons-net/badges/latest-version.svg]]