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.

Лицензия

Лицензия

Группа

Группа

com.github.codingandcoding
Идентификатор

Идентификатор

servlet-api
Последняя версия

Последняя версия

3.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://projects.eclipse.org/projects/ee4j.servlet
Организация-разработчик

Организация-разработчик

Eclipse Foundation
Система контроля версий

Система контроля версий

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

Скачать servlet-api

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
3.2.0