Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-features |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
ktor-client-features-1.1.1.pom | |
ktor-client-features-1.1.1.jar | 308 bytes |
ktor-client-features-1.1.1-sources.jar | 261 bytes |
ktor-client-features-1.1.1-kdoc.jar | 261 bytes |
ktor-client-features-1.1.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-features/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-features</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-features/
implementation 'io.ktor:ktor-client-features:1.1.1'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-features/
implementation ("io.ktor:ktor-client-features:1.1.1")
'io.ktor:ktor-client-features:jar:1.1.1'
<dependency org="io.ktor" name="ktor-client-features" rev="1.1.1">
<artifact name="ktor-client-features" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-features', version='1.1.1')
)
libraryDependencies += "io.ktor" % "ktor-client-features" % "1.1.1"
[io.ktor/ktor-client-features "1.1.1"]