java-classpathx-servletapi
Java servlet API implementation
This is the GNU servlet API distribution, part of the ClasspathX project. It provides implementations of version 3.0 of the servlet API and version 2.1 of the Java ServerPages API.
- Versions: 3.0.1
- Website: https://www.gnu.org/software/classpathx/
- Licenses: GPL 3+
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-classpathx-servletapi
as follows:
guix install java-classpathx-servletapi
Or install a particular version:
guix install java-classpathx-servletapi@3.0.1
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-classpathx-servletapi about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/java-classpathx-servletapi'><img src='https://packages.guix.gnu.org/packages/java-classpathx-servletapi/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/java-classpathx-servletapi/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/java-classpathx-servletapi)
Example Org:
[[https://packages.guix.gnu.org/packages/java-classpathx-servletapi][https://packages.guix.gnu.org/packages/java-classpathx-servletapi/badges/latest-version.svg]]