is not current version
Last Version 2.0.1

io.bootique.undertow:bootique-undertow 0.25

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.25
Type

Type

jar

Download bootique-undertow 0.25


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