| Категории |
КатегорииUndertow Сеть Networking |
|---|---|
| Группа | Группаio.undertow |
| Идентификатор | Идентификаторundertow-dist |
| Версия | Версия1.0.0.Alpha1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| undertow-dist-1.0.0.Alpha1.pom | |
| undertow-dist-1.0.0.Alpha1.zip | 4 KB |
| undertow-dist-1.0.0.Alpha1-src.zip | 1 MB |
| undertow-dist-1.0.0.Alpha1-src.tar.gz | 563 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.undertow/undertow-dist/ -->
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-dist</artifactId>
<version>1.0.0.Alpha1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-dist/
implementation 'io.undertow:undertow-dist:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.undertow/undertow-dist/
implementation ("io.undertow:undertow-dist:1.0.0.Alpha1")
'io.undertow:undertow-dist:pom:1.0.0.Alpha1'
<dependency org="io.undertow" name="undertow-dist" rev="1.0.0.Alpha1">
<artifact name="undertow-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-dist', version='1.0.0.Alpha1')
)
libraryDependencies += "io.undertow" % "undertow-dist" % "1.0.0.Alpha1"
[io.undertow/undertow-dist "1.0.0.Alpha1"]