| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииWildFly Контейнер Application Servers Jetty Безопасность |
| Группа | Группаorg.wildfly.security.elytron-web |
| Идентификатор | Идентификаторjetty-server |
| Версия | Версия1.0.0.Beta1 |
| Тип | Типjar |
| Описание |
ОписаниеWildFly Elytron Web - Jetty Integration
Integration project for integrating Elytron based HTTP authentication with Jetty.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jetty-server-1.0.0.Beta1.pom | |
| jetty-server-1.0.0.Beta1.jar | 16 KB |
| jetty-server-1.0.0.Beta1-sources.jar | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/jetty-server/ -->
<dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>jetty-server</artifactId>
<version>1.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/jetty-server/
implementation 'org.wildfly.security.elytron-web:jetty-server:1.0.0.Beta1'
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/jetty-server/
implementation ("org.wildfly.security.elytron-web:jetty-server:1.0.0.Beta1")
'org.wildfly.security.elytron-web:jetty-server:jar:1.0.0.Beta1'
<dependency org="org.wildfly.security.elytron-web" name="jetty-server" rev="1.0.0.Beta1">
<artifact name="jetty-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.security.elytron-web', module='jetty-server', version='1.0.0.Beta1')
)
libraryDependencies += "org.wildfly.security.elytron-web" % "jetty-server" % "1.0.0.Beta1"
[org.wildfly.security.elytron-web/jetty-server "1.0.0.Beta1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-servlet | jar | 9.4.11.v20180605 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.eclipse.jetty : jetty-server | jar | 9.4.11.v20180605 |
| org.jboss.logging : jboss-logging | jar | 3.3.1.Final |
| org.wildfly.security : wildfly-elytron | jar | 1.6.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.apache.httpcomponents : httpcore | jar | 4.4.4 |
| org.eclipse.jetty : jetty-webapp | jar | 9.4.11.v20180605 |
| org.jboss.logmanager : jboss-logmanager | jar | 2.0.6.Final |
| org.jboss.logmanager : log4j-jboss-logmanager | jar | 1.1.3.Final |