GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-http-iosarm64 |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typepom |
Filename | Size |
---|---|
ktor-http-iosarm64-2.0.2.pom | |
ktor-http-iosarm64-2.0.2.module | 2 KB |
ktor-http-iosarm64-2.0.2-sources.jar | 64 KB |
ktor-http-iosarm64-2.0.2-kdoc.jar | 261 bytes |
ktor-http-iosarm64-2.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-http-iosarm64/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-http-iosarm64</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-http-iosarm64/
implementation 'io.ktor:ktor-http-iosarm64:2.0.2'
// https://jarcasting.com/artifacts/io.ktor/ktor-http-iosarm64/
implementation ("io.ktor:ktor-http-iosarm64:2.0.2")
'io.ktor:ktor-http-iosarm64:pom:2.0.2'
<dependency org="io.ktor" name="ktor-http-iosarm64" rev="2.0.2">
<artifact name="ktor-http-iosarm64" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-http-iosarm64', version='2.0.2')
)
libraryDependencies += "io.ktor" % "ktor-http-iosarm64" % "2.0.2"
[io.ktor/ktor-http-iosarm64 "2.0.2"]