is not current version
Last Version 1.0.6

org.testifyproject.server:undertow 1.0.2

Undertow implementation of the ServerProvider SPI contract

Categories

Categories

Undertow Net Networking
GroupId

GroupId

org.testifyproject.server
ArtifactId

ArtifactId

undertow
Version

Version

1.0.2
Type

Type

jar

Download undertow 1.0.2


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