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

org.eclipse.jetty:jetty-jaspi 8.1.0.RC1

Jetty security infrastructure

Категории

Категории

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

Группа

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

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

jetty-jaspi
Версия

Версия

8.1.0.RC1
Тип

Тип

jar

Скачать jetty-jaspi 8.1.0.RC1


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