не последняя версия
Последняя версия 2.3.0.Alpha1

io.undertow:undertow-core 2.0.0.Alpha1


Категории

Категории

Undertow Сеть Networking
Группа

Группа

io.undertow
Идентификатор

Идентификатор

undertow-core
Версия

Версия

2.0.0.Alpha1
Тип

Тип

jar

Скачать undertow-core 2.0.0.Alpha1


<!-- https://jarcasting.com/artifacts/io.undertow/undertow-core/ -->
<dependency>
    <groupId>io.undertow</groupId>
    <artifactId>undertow-core</artifactId>
    <version>2.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/io.undertow/undertow-core/
implementation 'io.undertow:undertow-core:2.0.0.Alpha1'
// https://jarcasting.com/artifacts/io.undertow/undertow-core/
implementation ("io.undertow:undertow-core:2.0.0.Alpha1")
'io.undertow:undertow-core:jar:2.0.0.Alpha1'
<dependency org="io.undertow" name="undertow-core" rev="2.0.0.Alpha1">
  <artifact name="undertow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.undertow', module='undertow-core', version='2.0.0.Alpha1')
)
libraryDependencies += "io.undertow" % "undertow-core" % "2.0.0.Alpha1"
[io.undertow/undertow-core "2.0.0.Alpha1"]