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

org.eclipse.jetty:jetty-jaspi 10.0.11

Jetty security infrastructure

Категории

Категории

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

Группа

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

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

jetty-jaspi
Версия

Версия

10.0.11
Тип

Тип

jar

Скачать jetty-jaspi 10.0.11


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