License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-core-mingwx64 |
Version | Version1.6.1 |
Type | Typepom |
Description |
Descriptionktor-client-core
Ktor is a framework for quickly creating web applications in Kotlin with minimal effort.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ktor-client-core-mingwx64-1.6.1.pom | |
ktor-client-core-mingwx64-1.6.1-sources.jar | 82 KB |
ktor-client-core-mingwx64-1.6.1-metadata.jar | 261 bytes |
ktor-client-core-mingwx64-1.6.1-kdoc.jar | 261 bytes |
ktor-client-core-mingwx64-1.6.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-mingwx64</artifactId>
<version>1.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/
implementation 'io.ktor:ktor-client-core-mingwx64:1.6.1'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/
implementation ("io.ktor:ktor-client-core-mingwx64:1.6.1")
'io.ktor:ktor-client-core-mingwx64:pom:1.6.1'
<dependency org="io.ktor" name="ktor-client-core-mingwx64" rev="1.6.1">
<artifact name="ktor-client-core-mingwx64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-core-mingwx64', version='1.6.1')
)
libraryDependencies += "io.ktor" % "ktor-client-core-mingwx64" % "1.6.1"
[io.ktor/ktor-client-core-mingwx64 "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-mingwx64 | jar | 1.5.0-native-mt |
io.ktor : ktor-http-mingwx64 | jar | 1.6.1 |
io.ktor : ktor-http-cio-mingwx64 | jar | 1.6.1 |
org.jetbrains.kotlinx : atomicfu-mingwx64 | jar | 0.16.1 |