is not current version
Last Version 2.3.0.Alpha1

io.undertow:undertow-dist 2.0.29.Final


Categories

Categories

Undertow Net Networking
GroupId

GroupId

io.undertow
ArtifactId

ArtifactId

undertow-dist
Version

Version

2.0.29.Final
Type

Type

pom

Download undertow-dist 2.0.29.Final


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