| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJetty Контейнер Application Servers Безопасность CLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.jetty |
| Идентификатор | Идентификаторjetty-security |
| Версия | Версия11.0.6 |
| Тип | Типjar |
| Описание |
ОписаниеJetty :: Security
Jetty security infrastructure
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jetty-security-11.0.6.pom | |
| jetty-security-11.0.6.jar | 115 KB |
| jetty-security-11.0.6-sources.jar | 81 KB |
| jetty-security-11.0.6-javadoc.jar | 716 KB |
| jetty-security-11.0.6-config.jar | 680 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-security/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-security</artifactId>
<version>11.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-security/
implementation 'org.eclipse.jetty:jetty-security:11.0.6'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-security/
implementation ("org.eclipse.jetty:jetty-security:11.0.6")
'org.eclipse.jetty:jetty-security:jar:11.0.6'
<dependency org="org.eclipse.jetty" name="jetty-security" rev="11.0.6">
<artifact name="jetty-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-security', version='11.0.6')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-security" % "11.0.6"
[org.eclipse.jetty/jetty-security "11.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 11.0.6 |
| org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-slf4j-impl | jar | 11.0.6 |
| org.eclipse.jetty.tests » jetty-http-tools | jar | 11.0.6 |
| org.eclipse.jetty.toolchain : jetty-test-helper | jar | 5.5 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.0 |