MVN

io.ktor : ktor-client-json-native

Maven & Gradle

Feb 26, 2020
3 usages
12.2k stars

ktor-client-json · Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.

<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-client-json-native</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.ktor : ktor-client-json-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1
  • Latest Release Candidate: 1.3.0-rc2

All Versions

Choose a version of io.ktor : ktor-client-json-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
ktor-client-json-native-1.3.1
ktor-client-json-native-1.3.0
ktor-client-json-native-1.3.0-rc2
ktor-client-json-native-1.3.0-rc
1.2.x
ktor-client-json-native-1.2.6
ktor-client-json-native-1.2.5
ktor-client-json-native-1.2.4
ktor-client-json-native-1.2.3
ktor-client-json-native-1.2.3-rc
ktor-client-json-native-1.2.2
ktor-client-json-native-1.2.1
ktor-client-json-native-1.2.0
ktor-client-json-native-1.2.0-rc2
ktor-client-json-native-1.2.0-rc
1.1.x
ktor-client-json-native-1.1.4
ktor-client-json-native-1.1.3
ktor-client-json-native-1.1.2
ktor-client-json-native-1.1.1
ktor-client-json-native-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-client-json-native</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.ktor : ktor-client-json-native gradle dependency to your build.gradle file:

implementation 'io.ktor:ktor-client-json-native:1.3.1'

Gradle Kotlin DSL: Add the following io.ktor : ktor-client-json-native gradle kotlin dependency to your build.gradle.kts file:

implementation("io.ktor:ktor-client-json-native:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.ktor : ktor-client-json-native sbt scala dependency to your build.sbt file:

libraryDependencies += "io.ktor" % "ktor-client-json-native" % "1.3.1"

Advertisement