java-javaee-servletapi
Java servlet API
Java Servlet is the foundation web specification in the Java Enterprise Platform. Developers can build web applications using the Servlet API to interact with the request/response workflow. This project provides information on the continued development of the Java Servlet specification.
- Versions: 3.1.0
- Website: https://javaee.github.io/servlet-spec/
- Licenses: ASL 2.0 · CDDL 1.1 · GPL 2
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-javaee-servletapi
as follows:
guix install java-javaee-servletapi
Or install a particular version:
guix install java-javaee-servletapi@3.1.0
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.