is not current version
Last Version 1.0.6

org.testifyproject.server:undertow 1.0.1

Undertow implementation of the ServerProvider SPI contract

Categories

Categories

Undertow Net Networking
GroupId

GroupId

org.testifyproject.server
ArtifactId

ArtifactId

undertow
Version

Version

1.0.1
Type

Type

jar

Download undertow 1.0.1


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