is not current version
Last Version 2.3.0.Alpha1

io.undertow:undertow-examples 2.2.13.Final


Categories

Categories

Undertow Net Networking
GroupId

GroupId

io.undertow
ArtifactId

ArtifactId

undertow-examples
Version

Version

2.2.13.Final
Type

Type

jar

Download undertow-examples 2.2.13.Final


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