MVN

aws.smithy.kotlin : http-client-engine-ktor

Maven & Gradle

Nov 23, 2022
45 stars

http-client-engine-ktor · Ktor HTTP Client Engine for Smithy services generated by smithy-kotlin

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>http-client-engine-ktor</artifactId>
    <version>0.13.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of aws.smithy.kotlin : http-client-engine-ktor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13.1
  • Latest Beta: 0.7.4-beta
  • Latest Alpha: 0.7.2-alpha

All Versions

Choose a version of aws.smithy.kotlin : http-client-engine-ktor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13.x
http-client-engine-ktor-0.13.1
http-client-engine-ktor-0.13.0
0.12.x
http-client-engine-ktor-0.12.13
http-client-engine-ktor-0.12.12
http-client-engine-ktor-0.12.11
http-client-engine-ktor-0.12.10
http-client-engine-ktor-0.12.9
http-client-engine-ktor-0.12.8
http-client-engine-ktor-0.12.7
http-client-engine-ktor-0.12.6
http-client-engine-ktor-0.12.5
http-client-engine-ktor-0.12.4
http-client-engine-ktor-0.12.2
http-client-engine-ktor-0.12.1
http-client-engine-ktor-0.12.0
0.11.x
http-client-engine-ktor-0.11.2
http-client-engine-ktor-0.11.1
http-client-engine-ktor-0.11.0
0.10.x
http-client-engine-ktor-0.10.2
http-client-engine-ktor-0.10.1
http-client-engine-ktor-0.10.0
0.9.x
http-client-engine-ktor-0.9.2
http-client-engine-ktor-0.9.1
http-client-engine-ktor-0.9.0
0.8.x
http-client-engine-ktor-0.8.5
http-client-engine-ktor-0.8.4
http-client-engine-ktor-0.8.3
http-client-engine-ktor-0.8.2
http-client-engine-ktor-0.8.1
http-client-engine-ktor-0.8.0
0.7.x
http-client-engine-ktor-0.7.8
http-client-engine-ktor-0.7.7
http-client-engine-ktor-0.7.6
http-client-engine-ktor-0.7.5
http-client-engine-ktor-0.7.4-beta
http-client-engine-ktor-0.7.3-beta
http-client-engine-ktor-0.7.2-alpha
http-client-engine-ktor-0.7.1-alpha
http-client-engine-ktor-0.7.0-alpha
0.6.x
http-client-engine-ktor-0.6.0-alpha
0.5.x
http-client-engine-ktor-0.5.1-alpha
http-client-engine-ktor-0.5.0-alpha
0.4.x
http-client-engine-ktor-0.4.1-alpha
http-client-engine-ktor-0.4.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>aws.smithy.kotlin</groupId>
    <artifactId>http-client-engine-ktor</artifactId>
    <version>0.13.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following aws.smithy.kotlin : http-client-engine-ktor gradle dependency to your build.gradle file:

implementation 'aws.smithy.kotlin:http-client-engine-ktor:0.13.1'

Gradle Kotlin DSL: Add the following aws.smithy.kotlin : http-client-engine-ktor gradle kotlin dependency to your build.gradle.kts file:

implementation("aws.smithy.kotlin:http-client-engine-ktor:0.13.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following aws.smithy.kotlin : http-client-engine-ktor sbt scala dependency to your build.sbt file:

libraryDependencies += "aws.smithy.kotlin" % "http-client-engine-ktor" % "0.13.1"

Advertisement