| Категории |
КатегорииWildFly Контейнер Application Servers Безопасность Undertow Сеть Networking |
|---|---|
| Группа | Группаorg.wildfly.security.elytron-web |
| Идентификатор | Идентификаторundertow-server |
| Версия | Версия1.0.0.Alpha1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| undertow-server-1.0.0.Alpha1.pom | |
| undertow-server-1.0.0.Alpha1.jar | 10 KB |
| undertow-server-1.0.0.Alpha1-sources.jar | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/undertow-server/ -->
<dependency>
<groupId>org.wildfly.security.elytron-web</groupId>
<artifactId>undertow-server</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/undertow-server/
implementation 'org.wildfly.security.elytron-web:undertow-server:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly.security.elytron-web/undertow-server/
implementation ("org.wildfly.security.elytron-web:undertow-server:1.0.0.Alpha1")
'org.wildfly.security.elytron-web:undertow-server:jar:1.0.0.Alpha1'
<dependency org="org.wildfly.security.elytron-web" name="undertow-server" rev="1.0.0.Alpha1">
<artifact name="undertow-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.security.elytron-web', module='undertow-server', version='1.0.0.Alpha1')
)
libraryDependencies += "org.wildfly.security.elytron-web" % "undertow-server" % "1.0.0.Alpha1"
[org.wildfly.security.elytron-web/undertow-server "1.0.0.Alpha1"]