MVN

com.linked-planet.client : kotlin-http-client-ktor

Maven & Gradle

Jun 30, 2023
0 stars

kotlin-http-client-ktor

<dependency>
    <groupId>com.linked-planet.client</groupId>
    <artifactId>kotlin-http-client-ktor</artifactId>
    <version>0.12.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linked-planet.client : kotlin-http-client-ktor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.9

All Versions

Choose a version of com.linked-planet.client : kotlin-http-client-ktor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
kotlin-http-client-ktor-0.12.9
kotlin-http-client-ktor-0.12.8
kotlin-http-client-ktor-0.12.7
kotlin-http-client-ktor-0.12.6
kotlin-http-client-ktor-0.12.5
kotlin-http-client-ktor-0.12.4
kotlin-http-client-ktor-0.12.3
kotlin-http-client-ktor-0.12.2
kotlin-http-client-ktor-0.12.0
0.11.x
kotlin-http-client-ktor-0.11.1
kotlin-http-client-ktor-0.11.0
0.10.x
kotlin-http-client-ktor-0.10.1
kotlin-http-client-ktor-0.10.0
0.9.x
kotlin-http-client-ktor-0.9.2
kotlin-http-client-ktor-0.9.1
kotlin-http-client-ktor-0.9.0

How to add a dependency to Maven

Add the following com.linked-planet.client : kotlin-http-client-ktor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linked-planet.client</groupId>
    <artifactId>kotlin-http-client-ktor</artifactId>
    <version>0.12.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linked-planet.client : kotlin-http-client-ktor gradle dependency to your build.gradle file:

implementation 'com.linked-planet.client:kotlin-http-client-ktor:0.12.9'

Gradle Kotlin DSL: Add the following com.linked-planet.client : kotlin-http-client-ktor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linked-planet.client:kotlin-http-client-ktor:0.12.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linked-planet.client : kotlin-http-client-ktor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linked-planet.client" % "kotlin-http-client-ktor" % "0.12.9"