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

jetty:start 4.2.27

Jetty is an open-source, standards-based, full-featured web server implemented entirely in Java. It is released under the Apache 2.0 licence and is therefore free for commercial use and distribution. First created in 1995, Jetty has benefitted from input from a vast user community and consistent and focused development by a stable core of lead developers. There are many more examples of Jetty in action on the Jetty Powered Page that has selections from among the tens of thousands of production Jetty instances. However, as Jetty aims to be as unobtrusive as possible, countless websites and products are based around Jetty, but Jetty is invisible!

Категории

Категории

Jetty Контейнер Application Servers
Группа

Группа

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

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

start
Версия

Версия

4.2.27
Тип

Тип

jar

Скачать start 4.2.27

Имя Файла Размер
start-4.2.27.pom
start-4.2.27.jar 13 KB
start-4.2.27-sources.jar 10 KB
Обзор

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