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