| Категории |
КатегорииСеть Undertow Networking |
|---|---|
| Группа | Группаnet.optionfactory.spring |
| Идентификатор | Идентификаторwebserver-undertow |
| Версия | Версия5.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| webserver-undertow-5.7.pom | |
| webserver-undertow-5.7.jar | 6 KB |
| webserver-undertow-5.7-sources.jar | 6 KB |
| webserver-undertow-5.7-javadoc.jar | 400 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.optionfactory.spring/webserver-undertow/ -->
<dependency>
<groupId>net.optionfactory.spring</groupId>
<artifactId>webserver-undertow</artifactId>
<version>5.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory.spring/webserver-undertow/
implementation 'net.optionfactory.spring:webserver-undertow:5.7'
// https://jarcasting.com/artifacts/net.optionfactory.spring/webserver-undertow/
implementation ("net.optionfactory.spring:webserver-undertow:5.7")
'net.optionfactory.spring:webserver-undertow:jar:5.7'
<dependency org="net.optionfactory.spring" name="webserver-undertow" rev="5.7">
<artifact name="webserver-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory.spring', module='webserver-undertow', version='5.7')
)
libraryDependencies += "net.optionfactory.spring" % "webserver-undertow" % "5.7"
[net.optionfactory.spring/webserver-undertow "5.7"]