is not current version
Last Version 2.0.1

io.bootique.undertow:bootique-undertow 0.4

Provides Undertow HTTP Server integration with Bootique.

Categories

Categories

Undertow Net Networking Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique.undertow
ArtifactId

ArtifactId

bootique-undertow
Version

Version

0.4
Type

Type

jar

Download bootique-undertow 0.4


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