License |
License |
---|---|
Categories |
CategoriesUndertow Net Networking |
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-server-undertow |
Last Version | Last Version4.27.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp4k-server-undertow
Http4k HTTP Server built on top of Undertow
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-server-undertow/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-server-undertow</artifactId>
<version>4.27.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-server-undertow/
implementation 'org.http4k:http4k-server-undertow:4.27.0.0'
// https://jarcasting.com/artifacts/org.http4k/http4k-server-undertow/
implementation ("org.http4k:http4k-server-undertow:4.27.0.0")
'org.http4k:http4k-server-undertow:jar:4.27.0.0'
<dependency org="org.http4k" name="http4k-server-undertow" rev="4.27.0.0">
<artifact name="http4k-server-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-server-undertow', version='4.27.0.0')
)
libraryDependencies += "org.http4k" % "http4k-server-undertow" % "4.27.0.0"
[org.http4k/http4k-server-undertow "4.27.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.http4k : http4k-core | jar | 4.27.0.0 |
org.http4k : http4k-realtime-core | jar | 4.27.0.0 |
org.http4k : http4k-format-jackson | jar | 4.27.0.0 |
io.undertow : undertow-core | jar | 2.2.17.Final |
io.undertow : undertow-servlet | jar | 2.2.17.Final |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |