Last Version

JSON functionality for ktor HTTP clients 0.7

This library provides ktor client interface integration for the json-kotlin library.

License

License

Categories

Categories

Net CLI User Interface JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-ktor-client
Version

Version

0.7
Type

Type

jar
Description

Description

JSON functionality for ktor HTTP clients
This library provides ktor client interface integration for the json-kotlin library.
Project URL

Project URL

https://github.com/pwall567/json-ktor-client
Source Code Management

Source Code Management

https://github.com/pwall567/json-ktor-client.git

Download json-ktor-client 0.7


<!-- https://jarcasting.com/artifacts/net.pwall.json/json-ktor-client/ -->
<dependency>
    <groupId>net.pwall.json</groupId>
    <artifactId>json-ktor-client</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.json/json-ktor-client/
implementation 'net.pwall.json:json-ktor-client:0.7'
// https://jarcasting.com/artifacts/net.pwall.json/json-ktor-client/
implementation ("net.pwall.json:json-ktor-client:0.7")
'net.pwall.json:json-ktor-client:jar:0.7'
<dependency org="net.pwall.json" name="json-ktor-client" rev="0.7">
  <artifact name="json-ktor-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.json', module='json-ktor-client', version='0.7')
)
libraryDependencies += "net.pwall.json" % "json-ktor-client" % "0.7"
[net.pwall.json/json-ktor-client "0.7"]

Dependencies

compile (11)

Group / Artifact Type Version
net.pwall.json : json-ktor jar 1.3
net.pwall.json : json-kotlin jar 4.2
net.pwall.json : jsonutil jar 5.0
net.pwall.json : json-stream jar 0.8
net.pwall.util : pipelines jar 0.9
net.pwall.util : co-pipelines jar 0.6
net.pwall.json : json-co-stream jar 0.5
io.ktor : ktor-server-core jar 1.4.0
io.ktor : ktor-client-json-jvm jar 1.4.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0
org.jetbrains.kotlin : kotlin-reflect jar 1.4.0

test (3)

Group / Artifact Type Version
io.ktor : ktor-client-mock jar 1.4.0
io.ktor : ktor-server-test-host jar 1.4.0
net.pwall.json : json-kotlin-test-classes jar 1.6

Project Modules

There are no modules declared in this project.