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

org.eclipse.jetty:jetty-http 8.1.14.v20131031


Категории

Категории

Jetty Контейнер Application Servers CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.jetty
Идентификатор

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

jetty-http
Версия

Версия

8.1.14.v20131031
Тип

Тип

jar

Скачать jetty-http 8.1.14.v20131031


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-http</artifactId>
    <version>8.1.14.v20131031</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http/
implementation 'org.eclipse.jetty:jetty-http:8.1.14.v20131031'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http/
implementation ("org.eclipse.jetty:jetty-http:8.1.14.v20131031")
'org.eclipse.jetty:jetty-http:jar:8.1.14.v20131031'
<dependency org="org.eclipse.jetty" name="jetty-http" rev="8.1.14.v20131031">
  <artifact name="jetty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-http', version='8.1.14.v20131031')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-http" % "8.1.14.v20131031"
[org.eclipse.jetty/jetty-http "8.1.14.v20131031"]