GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-http-mingwx64 |
Version | Version1.3.2-1.4.0-rc |
Type | Typepom |
Filename | Size |
---|---|
ktor-http-mingwx64-1.3.2-1.4.0-rc.pom | |
ktor-http-mingwx64-1.3.2-1.4.0-rc.module | 2 KB |
ktor-http-mingwx64-1.3.2-1.4.0-rc-metadata.jar | 261 bytes |
ktor-http-mingwx64-1.3.2-1.4.0-rc-kdoc.jar | 261 bytes |
ktor-http-mingwx64-1.3.2-1.4.0-rc-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-http-mingwx64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http-mingwx64</artifactId>
<version>1.3.2-1.4.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-http-mingwx64/
implementation 'io.ktor:ktor-http-mingwx64:1.3.2-1.4.0-rc'
// https://jarcasting.com/artifacts/io.ktor/ktor-http-mingwx64/
implementation ("io.ktor:ktor-http-mingwx64:1.3.2-1.4.0-rc")
'io.ktor:ktor-http-mingwx64:pom:1.3.2-1.4.0-rc'
<dependency org="io.ktor" name="ktor-http-mingwx64" rev="1.3.2-1.4.0-rc">
<artifact name="ktor-http-mingwx64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-http-mingwx64', version='1.3.2-1.4.0-rc')
)
libraryDependencies += "io.ktor" % "ktor-http-mingwx64" % "1.3.2-1.4.0-rc"
[io.ktor/ktor-http-mingwx64 "1.3.2-1.4.0-rc"]