is not current version
Last Version 0.7

net.pwall.json:json-ktor-client 0.1

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

Categories

Categories

Net CLI User Interface JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-ktor-client
Version

Version

0.1
Type

Type

jar

Download json-ktor-client 0.1


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