is not current version
Last Version 1.0.6

org.testifyproject.server:undertow 0.9.6

Undertow implementation of the ServerProvider SPI contract

Categories

Categories

Undertow Net Networking
GroupId

GroupId

org.testifyproject.server
ArtifactId

ArtifactId

undertow
Version

Version

0.9.6
Type

Type

jar

Download undertow 0.9.6


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