Jakarta Servlet

Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, implementations of those APIs, and technology compatibility kits for Java runtimes that enable development, deployment, and management of server-side and cloud-native applications.

License

License

GroupId

GroupId

com.github.codingandcoding
ArtifactId

ArtifactId

servlet-api
Last Version

Last Version

3.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Jakarta Servlet
Eclipse Enterprise for Java (EE4J) is an open source initiative to create standard APIs, implementations of those APIs, and technology compatibility kits for Java runtimes that enable development, deployment, and management of server-side and cloud-native applications.
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.servlet
Project Organization

Project Organization

Eclipse Foundation
Source Code Management

Source Code Management

https://github.com/eclipse-ee4j/servlet-api

Download servlet-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.codingandcoding/servlet-api/ -->
<dependency>
    <groupId>com.github.codingandcoding</groupId>
    <artifactId>servlet-api</artifactId>
    <version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codingandcoding/servlet-api/
implementation 'com.github.codingandcoding:servlet-api:3.2.0'
// https://jarcasting.com/artifacts/com.github.codingandcoding/servlet-api/
implementation ("com.github.codingandcoding:servlet-api:3.2.0")
'com.github.codingandcoding:servlet-api:jar:3.2.0'
<dependency org="com.github.codingandcoding" name="servlet-api" rev="3.2.0">
  <artifact name="servlet-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codingandcoding', module='servlet-api', version='3.2.0')
)
libraryDependencies += "com.github.codingandcoding" % "servlet-api" % "3.2.0"
[com.github.codingandcoding/servlet-api "3.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Jakarta Servlet

This repository contains the code for Jakarta Servlet.

Online JavaDoc

About Jakarta Servlet

Jakarta Servlet defines a server-side API for handling HTTP requests and responses.

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the build:

mvn install

The build runs copyright check and generates the jar, sources-jar and javadoc-jar by default. The API jar is built in /api/target.

Checking findbugs

mvn -DskipTests -Dfindbugs.threshold=Low findbugs:findbugs

com.github.codingandcoding

Eclipse EE4J

The Eclipse EE4J Project

Versions

Version
3.2.0