License |
License |
---|---|
GroupId | GroupIdcom.sksamuel.http4k |
ArtifactId | ArtifactIdhttp4k-http |
Last Version | Last Version0.91.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp4k
Kotlin HTTP Framework
|
Filename | Size |
---|---|
http4k-http-0.91.0.pom | |
http4k-http-0.91.0.jar | 57 KB |
http4k-http-0.91.0-sources.jar | 4 KB |
http4k-http-0.91.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sksamuel.http4k/http4k-http/ -->
<dependency>
<groupId>com.sksamuel.http4k</groupId>
<artifactId>http4k-http</artifactId>
<version>0.91.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sksamuel.http4k/http4k-http/
implementation 'com.sksamuel.http4k:http4k-http:0.91.0'
// https://jarcasting.com/artifacts/com.sksamuel.http4k/http4k-http/
implementation ("com.sksamuel.http4k:http4k-http:0.91.0")
'com.sksamuel.http4k:http4k-http:jar:0.91.0'
<dependency org="com.sksamuel.http4k" name="http4k-http" rev="0.91.0">
<artifact name="http4k-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sksamuel.http4k', module='http4k-http', version='0.91.0')
)
libraryDependencies += "com.sksamuel.http4k" % "http4k-http" % "0.91.0"
[com.sksamuel.http4k/http4k-http "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 |
com.sksamuel.koors : koors | jar | 0.90.0 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
io.kotlintest : kotlintest | jar | 1.1.3 |
org.slf4j : slf4j-log4j12 | jar | 1.7.21 |
log4j : log4j | jar | 1.2.17 |