is not current version
Last Version 2.3.0.Alpha1

io.undertow:undertow-core 2.0.33.Final


Categories

Categories

Undertow Net Networking
GroupId

GroupId

io.undertow
ArtifactId

ArtifactId

undertow-core
Version

Version

2.0.33.Final
Type

Type

jar

Download undertow-core 2.0.33.Final


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