is not current version
Last Version 1.6.9

org.jooby:jooby-undertow 0.14.0

Undertow web server

Categories

Categories

Undertow Net Networking Jooby User Interface Web Frameworks
GroupId

GroupId

org.jooby
ArtifactId

ArtifactId

jooby-undertow
Version

Version

0.14.0
Type

Type

jar

Download jooby-undertow 0.14.0


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