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