Last Version

JSON functionality for ktor 1.3

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

License

License

Categories

Categories

Net JSON Data
GroupId

GroupId

net.pwall.json
ArtifactId

ArtifactId

json-ktor
Version

Version

1.3
Type

Type

jar
Description

Description

JSON functionality for ktor
Kotlin classes to add auto-serialization and deserialization to ktor configuration.
Project URL

Project URL

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

Source Code Management

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

Download json-ktor 1.3


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

Dependencies

compile (10)

Group / Artifact Type Version
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.json : json-co-stream jar 0.5
net.pwall.util : co-pipelines jar 0.6
net.pwall.json : json-kotlin-nonblocking jar 0.6
io.ktor : ktor-server-core jar 1.4.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.0
org.jetbrains.kotlin : kotlin-reflect jar 1.4.0

test (4)

Group / Artifact Type Version
net.pwall.util : javautil jar 2.4
net.pwall.json : json-kotlin-test jar 0.10
net.pwall.json : json-kotlin-test-classes jar 1.6
io.ktor : ktor-server-test-host jar 1.4.0

Project Modules

There are no modules declared in this project.