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