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