is not current version
Last Version 1.3

net.pwall.json:json-ktor 0.7

Kotlin classes to add auto-serialization and deserialization to ktor configuration.

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-ktor
Version

Version

0.7
Type

Type

jar

Download json-ktor 0.7


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