License |
License |
---|---|
Categories |
CategoriesUndertow Net Networking |
GroupId | GroupIdcom.sksamuel.http4k |
ArtifactId | ArtifactIdhttp4k-undertow |
Last Version | Last Version0.91.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp4k
Kotlin HTTP Framework
|
Filename | Size |
---|---|
http4k-undertow-0.91.0.pom | |
http4k-undertow-0.91.0.jar | 9 KB |
http4k-undertow-0.91.0-sources.jar | 2 KB |
http4k-undertow-0.91.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sksamuel.http4k/http4k-undertow/ -->
<dependency>
<groupId>com.sksamuel.http4k</groupId>
<artifactId>http4k-undertow</artifactId>
<version>0.91.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sksamuel.http4k/http4k-undertow/
implementation 'com.sksamuel.http4k:http4k-undertow:0.91.0'
// https://jarcasting.com/artifacts/com.sksamuel.http4k/http4k-undertow/
implementation ("com.sksamuel.http4k:http4k-undertow:0.91.0")
'com.sksamuel.http4k:http4k-undertow:jar:0.91.0'
<dependency org="com.sksamuel.http4k" name="http4k-undertow" rev="0.91.0">
<artifact name="http4k-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sksamuel.http4k', module='http4k-undertow', version='0.91.0')
)
libraryDependencies += "com.sksamuel.http4k" % "http4k-undertow" % "0.91.0"
[com.sksamuel.http4k/http4k-undertow "0.91.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.21 |
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 18.0 |
io.undertow : undertow-core | jar | 2.0.0.Alpha1 |
com.sksamuel.koors : koors | jar | 0.90.0 |
com.sksamuel.http4k : http4k-server | jar | 0.91.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
io.kotlintest : kotlintest | jar | 1.1.3 |
org.asynchttpclient : async-http-client | jar | 2.0.2 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |