Registry / web-framework / wildfly-undertow

wildfly-undertow

JSON →
library40.0.0.Finaljavamavenunverified

WildFly is a flexible, lightweight, managed application runtime that integrates Undertow as its web server.

<dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-undertow</artifactId> <version>40.0.0.Final</version> </dependency>
INSTALL
IMPORT
SIG · WILDFLY-UNDERTOW
W
wildfly-undertow
web-frameworkjavav40.0.0.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Undertow
io.undertow.Undertow

Minimal usage of Undertow web server

import io.undertow.Undertow; public class Example { public static void main(String[] args) { Undertow server = Undertow.builder() .addHttpListener(8080, "localhost") .build(); server.start(); System.out.println("Undertow server started"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
40.0.0.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
wildfly-undertow — mvn dependency:get wildfly-undertow · libregistry