Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.ktor |
ArtifactId | ArtifactIdktor-client-core-mingwx64 |
Version | Version1.2.4 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core-mingwx64</artifactId>
<version>1.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/
implementation 'io.ktor:ktor-client-core-mingwx64:1.2.4'
// https://jarcasting.com/artifacts/io.ktor/ktor-client-core-mingwx64/
implementation ("io.ktor:ktor-client-core-mingwx64:1.2.4")
'io.ktor:ktor-client-core-mingwx64:pom:1.2.4'
<dependency org="io.ktor" name="ktor-client-core-mingwx64" rev="1.2.4">
<artifact name="ktor-client-core-mingwx64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-client-core-mingwx64', version='1.2.4')
)
libraryDependencies += "io.ktor" % "ktor-client-core-mingwx64" % "1.2.4"
[io.ktor/ktor-client-core-mingwx64 "1.2.4"]