MVN

net.pwall.json : json-ktor

Maven & Gradle

Jul 11, 2023
2 usages
2 stars

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

<dependency>
    <groupId>net.pwall.json</groupId>
    <artifactId>json-ktor</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.pwall.json : json-ktor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of net.pwall.json : json-ktor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
json-ktor-1.4
1.3
json-ktor-1.3
1.2
json-ktor-1.2
1.1
json-ktor-1.1
1.0
json-ktor-1.0
0.10
json-ktor-0.10
0.9
json-ktor-0.9
0.8
json-ktor-0.8
0.7
json-ktor-0.7
0.6
json-ktor-0.6
0.5
json-ktor-0.5
0.4
json-ktor-0.4
0.3
json-ktor-0.3
0.2
json-ktor-0.2
0.1
json-ktor-0.1

How to add a dependency to Maven

Add the following net.pwall.json : json-ktor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.pwall.json</groupId>
    <artifactId>json-ktor</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.pwall.json : json-ktor gradle dependency to your build.gradle file:

implementation 'net.pwall.json:json-ktor:1.4'

Gradle Kotlin DSL: Add the following net.pwall.json : json-ktor gradle kotlin dependency to your build.gradle.kts file:

implementation("net.pwall.json:json-ktor:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.pwall.json : json-ktor sbt scala dependency to your build.sbt file:

libraryDependencies += "net.pwall.json" % "json-ktor" % "1.4"

Advertisement