License |
License |
---|---|
Categories |
CategoriesCLI User Interface Jackson Data JSON |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-jackson |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionktor-client-jackson
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktor-client-jackson-2.0.2.pom | |
ktor-client-jackson-2.0.2.jar | 4 KB |
ktor-client-jackson-2.0.2-sources.jar | 1 KB |
ktor-client-jackson-2.0.2-kdoc.jar | 7 KB |
ktor-client-jackson-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-jackson/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-jackson</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-jackson/
implementation 'io.ktor:ktor-client-jackson:2.0.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-jackson/
implementation ("io.ktor:ktor-client-jackson:2.0.2")
'io.ktor:ktor-client-jackson:jar:2.0.2'
<dependency org="io.ktor" name="ktor-client-jackson" rev="2.0.2">
<artifact name="ktor-client-jackson" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-jackson', version='2.0.2')
)
libraryDependencies += "io.ktor" % "ktor-client-jackson" % "2.0.2"
[io.ktor/ktor-client-jackson "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.1 |
io.ktor : ktor-client-core | jar | 2.0.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |