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