| License |
License |
|---|---|
| Categories |
CategoriesNet Undertow Networking |
| GroupId | GroupIdnet.optionfactory.spring |
| ArtifactId | ArtifactIdwebserver-undertow |
| Version | Version5.12 |
| Type | Typejar |
| Description |
Descriptionnet.optionfactory.spring:webserver-undertow
optionfactory-spring embedded undertow server
|
| Filename | Size |
|---|---|
| webserver-undertow-5.12.pom | |
| webserver-undertow-5.12.jar | 6 KB |
| webserver-undertow-5.12-sources.jar | 6 KB |
| webserver-undertow-5.12-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.optionfactory.spring/webserver-undertow/ -->
<dependency>
<groupId>net.optionfactory.spring</groupId>
<artifactId>webserver-undertow</artifactId>
<version>5.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.optionfactory.spring/webserver-undertow/
implementation 'net.optionfactory.spring:webserver-undertow:5.12'
// https://jarcasting.com/artifacts/net.optionfactory.spring/webserver-undertow/
implementation ("net.optionfactory.spring:webserver-undertow:5.12")
'net.optionfactory.spring:webserver-undertow:jar:5.12'
<dependency org="net.optionfactory.spring" name="webserver-undertow" rev="5.12">
<artifact name="webserver-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.optionfactory.spring', module='webserver-undertow', version='5.12')
)
libraryDependencies += "net.optionfactory.spring" % "webserver-undertow" % "5.12"
[net.optionfactory.spring/webserver-undertow "5.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.undertow : undertow-servlet | jar | 2.2.4.Final |
| org.glassfish : jakarta.el | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | |
| org.slf4j : slf4j-api | jar | 1.7.30 |