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

org.openjax:jetty 9.4.16

Embedded wrapper of the "Jetty Servlet Container".

Категории

Категории

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

Группа

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

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

jetty
Версия

Версия

9.4.16
Тип

Тип

jar

Скачать jetty 9.4.16


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