k

ktor-client-content-negotiation-linuxx64

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
https://github.com/ktorio/ktor
The Apache Software License, Version 2.0
JetBrains Team
文件下载
文件名 操作
ktor-client-content-negotiation-linuxx64-2.2.1.jar 下载
ktor-client-content-negotiation-linuxx64-2.2.1.pom 下载
ktor-client-content-negotiation-linuxx64-2.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.ktor</groupId>
  <artifactId>ktor-client-content-negotiation-linuxx64</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.ktor:ktor-client-content-negotiation-linuxx64:2.2.1'
Gradle Kotlin
implementation("io.ktor:ktor-client-content-negotiation-linuxx64:2.2.1")
Scala SBT
libraryDependencies += "io.ktor" % "ktor-client-content-negotiation-linuxx64" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.ktor', module='ktor-client-content-negotiation-linuxx64', version='2.2.1')
)
Apache Ivy
<dependency org="io.ktor" name="ktor-client-content-negotiation-linuxx64" rev="2.2.1" />
Leiningen
[io.ktor/ktor-client-content-negotiation-linuxx64 "2.2.1"]
Apache Buildr
'io.ktor:ktor-client-content-negotiation-linuxx64:jar:2.2.1'