Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-core-mingwx64 |
Version | Version1.6.3 |
Type | Typepom |
Filename | Size |
---|---|
ktor-client-core-mingwx64-1.6.3.pom | |
ktor-client-core-mingwx64-1.6.3-sources.jar | 82 KB |
ktor-client-core-mingwx64-1.6.3-metadata.jar | 261 bytes |
ktor-client-core-mingwx64-1.6.3-kdoc.jar | 261 bytes |
ktor-client-core-mingwx64-1.6.3-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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/
implementation 'io.ktor:ktor-client-core-mingwx64:1.6.3'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/
implementation ("io.ktor:ktor-client-core-mingwx64:1.6.3")
'io.ktor:ktor-client-core-mingwx64:pom:1.6.3'
<dependency org="io.ktor" name="ktor-client-core-mingwx64" rev="1.6.3">
<artifact name="ktor-client-core-mingwx64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-core-mingwx64', version='1.6.3')
)
libraryDependencies += "io.ktor" % "ktor-client-core-mingwx64" % "1.6.3"
[io.ktor/ktor-client-core-mingwx64 "1.6.3"]